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

Commit 6f5a585

Browse files
author
george
committed
update build command to not need progress
1 parent eaaf755 commit 6f5a585

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[build]
44
base = ""
55
publish = "build"
6-
command = "npm run build:quiet"
6+
command = "npm run build"
77

88
[[redirects]]
99
from = "/*"

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
"scripts": {
1414
"setup": "npm i && npm run js:build",
1515
"watch": "webpack-dev-server --config webpack.dev.js --progress",
16-
"build": "npm run js:build && webpack --config webpack.prod.js --progress",
17-
"build:quiet": "npm run js:build && webpack --config webpack.prod.js --display minimal",
16+
"build": "npm run js:build && webpack --config webpack.prod.js",
1817
"test": "jest",
1918
"test:watch": "jest --watch",
2019
"lint": "eslint . --ext .js -c .eslintrc.js --ignore-path .eslintignore",

0 commit comments

Comments
 (0)