Skip to content

Commit

Permalink
Update commands
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmaj committed Jan 4, 2023
1 parent c799ffa commit 19414c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"private": true,
"scripts": {
"build": "NODE_ENV=production webpack",
"start": "NODE_ENV=development webpack serve"
"dev": "NODE_ENV=development webpack serve"
},
"author": {
"name": "Wojciech Maj",
Expand Down
2 changes: 1 addition & 1 deletion test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"private": true,
"scripts": {
"build": "NODE_ENV=production webpack",
"start": "NODE_ENV=development webpack serve"
"dev": "NODE_ENV=development webpack serve"
},
"author": {
"name": "Wojciech Maj",
Expand Down

0 comments on commit 19414c2

Please sign in to comment.