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

Commit 129e7f4

Browse files
author
george
committed
Merge branch 'develop'
2 parents 3a7a8d5 + 1160663 commit 129e7f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"setup": "npm i && npm run js:build",
1515
"watch": "npm run js:build && webpack-dev-server --config webpack.dev.js --progress",
1616
"build": "npm run js:build && webpack --config webpack.prod.js --progress",
17-
"build:quiet": "webpack --config webpack.prod.js --quiet",
17+
"build:quiet": "webpack --config webpack.prod.js --display minimal",
1818
"test": "jest",
1919
"test:watch": "jest --watch",
2020
"lint": "eslint . --ext .js -c .eslintrc.js --ignore-path .eslintignore; exit 0",

0 commit comments

Comments
 (0)