Rename start to dev
This commit is contained in:
parent
7a285549b5
commit
018df228df
4 changed files with 4 additions and 4 deletions
|
|
@ -10,7 +10,7 @@
|
|||
"main": "index.js",
|
||||
"scripts": {
|
||||
"build": "npx webpack --mode production",
|
||||
"start": "npx webpack-dev-server --mode development",
|
||||
"dev": "npx webpack-dev-server --mode development",
|
||||
"try-build": "npm run build && cd dist && python3 -m http.server 8080"
|
||||
},
|
||||
"browserslist": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue