Skip to content

Commit a2768b7

Browse files
authored
Update package.json
1 parent 2a5e77d commit a2768b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
"postinstall": "npm run build",
2929
"prebuild": "typings install & rimraf dist build",
3030
"build": "tsc -d & npm run build:dist & npm run build:prod",
31-
"build:dist": "webpack --progress --colors",
32-
"build:prod": "cross-env NODE_ENV=production webpack --progress --colors",
31+
"build:dist": "webpack",
32+
"build:prod": "cross-env NODE_ENV=production webpack",
3333
"test": "echo \"Error: no test specified\" && exit 1",
3434
"test:single": "echo \"No test specified\"",
3535
"commit": "git-cz",

0 commit comments

Comments
 (0)