Add serve command (npm run serve)
This commit is contained in:
parent
4c2c4111b7
commit
517ae3c2e8
1 changed files with 3 additions and 1 deletions
|
@ -4,12 +4,14 @@
|
|||
"description": "kill me",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build": "webpack --config webpack.config.js"
|
||||
"build": "webpack --config webpack.config.js",
|
||||
"serve": "serve dist/"
|
||||
},
|
||||
"author": "Elijah R",
|
||||
"license": "GPL-3.0",
|
||||
"dependencies": {
|
||||
"nanoevents": "^7.0.1",
|
||||
"serve": "^14.2.0",
|
||||
"webpack": "^5.75.0",
|
||||
"webpack-cli": "^5.0.1"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue