Skip to content

Commit 5a30c1d

Browse files
committed
Remove unused flags
1 parent be62ac3 commit 5a30c1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.0",
44
"private": true,
55
"scripts": {
6-
"dev": "webpack-dev-server --config webpack.config.js --inline --content-base build",
6+
"dev": "webpack-dev-server --inline",
77
"build": "npm run clean && webpack",
88
"clean": "rm -rf build",
99
"start": "npm run build && pushstate-server build/"

0 commit comments

Comments
 (0)