mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-25 11:04:00 +00:00
Use 'start' as npm dev command
This commit is contained in:
parent
07191b3191
commit
fd04c186cf
2 changed files with 2 additions and 2 deletions
|
|
@ -27,7 +27,7 @@ Open `index.html` in your browser.
|
|||
|
||||
## Development
|
||||
|
||||
npm run serve
|
||||
npm start
|
||||
|
||||
Open `http://localhost:8080/webpack-dev-server/` in your browser.
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
"scripts": {
|
||||
"lint": "eslint .",
|
||||
"build": "webpack --config=webpack.production.config.js",
|
||||
"serve": "webpack-dev-server",
|
||||
"start": "webpack-dev-server",
|
||||
"weight": "npm run build && gzip-size built/winamp.js | pretty-bytes",
|
||||
"test": "jest --coverage",
|
||||
"travis-tests": "jest --coverage && npm run lint && npm run build",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue