Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit ebbc593

Browse files
authored
fix(demos): Start script failure (#1574)
1 parent 7d7ed13 commit ebbc593

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@
2323
"fix:css": "stylelint --fix \"packages/material-components-web/**/*.scss\"",
2424
"test": "karma start --single-run",
2525
"test:watch": "karma start --auto-watch",
26-
"server": "webpack-dev-server --config demos/webpack.config.js --progress",
27-
"start": "server"
26+
"start": "webpack-dev-server --config demos/webpack.config.js --progress"
2827
},
2928
"dependencies": {
3029
"@angular/common": "^7.1.0",

0 commit comments

Comments
 (0)