mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-28 12:36:35 +00:00
Update server path
This commit is contained in:
parent
5a52030d4c
commit
829c570cbc
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
|||
"lint": "eslint .",
|
||||
"build": "webpack --config=config/webpack.prod.js",
|
||||
"build-library": "webpack --config=config/webpack.library.js",
|
||||
"serve": "http-server",
|
||||
"serve": "http-server ./built",
|
||||
"start": "webpack-dev-server --config=config/webpack.dev.js",
|
||||
"weight": "npm run build && gzip-size built/winamp.js",
|
||||
"test": "jest --coverage",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue