Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit 31054de

Browse files
committed
chore: fix build task
1 parent d3bd850 commit 31054de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.0.0",
44
"description": "A simple starter Angular2 project",
55
"scripts": {
6-
"build": "webpack --inline --progress",
6+
"build": "webpack --progress",
77
"watch": "npm run build -- --watch",
88
"server": "webpack-dev-server --inline --progress --port 3000 --content-base src",
99
"start": "npm run server"

0 commit comments

Comments
 (0)