Skip to content

Commit 25c3045

Browse files
committed
update start script
Signed-off-by: Matthew Peveler <[email protected]>
1 parent 96cf785 commit 25c3045

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/web

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@
33
./scripts/shared
44
cp -rf shared/ web/
55

6-
server=./node_modules/.bin/webpack-dev-server
7-
$server --inline --config ./webpack.web.js --content-base web/
6+
./node_modules/.bin/webpack serve --inline --config ./webpack.web.js --content-base web/

0 commit comments

Comments
 (0)