mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
use webpack serve in npm scripts
This commit is contained in:
parent
ab89ed7b21
commit
2d3dd30de5
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
|||
"private": true,
|
||||
"license": "gpl-2.0",
|
||||
"scripts": {
|
||||
"start": "webpack-dev-server --mode development",
|
||||
"start": "webpack serve --mode development",
|
||||
"build": "webpack --mode production",
|
||||
"storybook": "start-storybook --ci --config-dir ./storybook --static-dir ./ --port 6060",
|
||||
"test": "jest",
|
||||
|
|
|
|||
Loading…
Reference in a new issue