Rename start to dev
This commit is contained in:
parent
7a285549b5
commit
018df228df
4 changed files with 4 additions and 4 deletions
|
|
@ -9,7 +9,7 @@
|
|||
],
|
||||
"scripts": {
|
||||
"build": "npx webpack --mode production",
|
||||
"start": "npx webpack --mode development --watch",
|
||||
"dev": "npx webpack --mode development --watch",
|
||||
"try-build-before": "npx webpack --mode production"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue