Skip to content

Commit 0c88ad9

Browse files
committed
disable heroku build script
1 parent 0d8fa18 commit 0c88ad9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
"node": "10.15.2"
88
},
99
"scripts": {
10-
"postinstall": "./node_modules/bower/bin/bower install",
11-
"build": "./bin/webpack --progress --colors",
10+
"build": "./node_modules/bower/bin/bower install",
1211
"start": "./bin/server",
1312
"start:prod": "RAILS_ENV=production_local NODE_ENV=production yarn prod-server",
1413
"redis": "redis-server /usr/local/etc/redis.conf",
@@ -192,5 +191,6 @@
192191
},
193192
"resolutions": {
194193
"event-stream": "^4.0.1"
195-
}
194+
},
195+
"heroku-run-build-script": false
196196
}

0 commit comments

Comments
 (0)