We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d8fa18 commit 0c88ad9Copy full SHA for 0c88ad9
package.json
@@ -7,8 +7,7 @@
7
"node": "10.15.2"
8
},
9
"scripts": {
10
- "postinstall": "./node_modules/bower/bin/bower install",
11
- "build": "./bin/webpack --progress --colors",
+ "build": "./node_modules/bower/bin/bower install",
12
"start": "./bin/server",
13
"start:prod": "RAILS_ENV=production_local NODE_ENV=production yarn prod-server",
14
"redis": "redis-server /usr/local/etc/redis.conf",
@@ -192,5 +191,6 @@
192
191
193
"resolutions": {
194
"event-stream": "^4.0.1"
195
- }
+ },
+ "heroku-run-build-script": false
196
}
0 commit comments