We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e32dd54 + be7335e commit 5343a61Copy full SHA for 5343a61
app.json
@@ -10,9 +10,6 @@
10
"repository": "https://github.com/hackmdio/hackmd",
11
"logo": "https://github.com/hackmdio/hackmd/raw/master/public/hackmd-icon-1024.png",
12
"success_url": "/",
13
- "scripts": {
14
- "postdeploy": "./node_modules/.bin/sequelize db:migrate"
15
- },
16
"env": {
17
"BUILD_ASSETS": {
18
"description": "Our build script variable",
bin/heroku
@@ -3,8 +3,6 @@
3
set -e
4
5
if [ "$BUILD_ASSETS" = true ]; then
6
- BUILD_ASSETS=false npm install
7
-
8
# setup config files
9
cat << EOF > .sequelizerc
var path = require('path');
0 commit comments