Skip to content

Commit

Permalink
Adapt build scripts to Heroku changes (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
rowlandekemezie committed Mar 5, 2019
1 parent 2d305c2 commit b0b4d39
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,14 @@
"test:coveralls": "cat ./coverage/lcov.info | coveralls",
"lint": "./node_modules/.bin/eslint src",
"lint-fix": "./node_modules/.bin/eslint src --fix",
"eject": "react-scripts eject"
"eject": "react-scripts eject",
"heroku-postbuild": "echo Skip build on Heroku"
},
"jest": {
"snapshotSerializers": [
"enzyme-to-json/serializer"
]
},
"setupTestFrameworkScriptFile": "<rootDir>/src/setupTests.js"
"setupTestFrameworkScriptFile": "<rootDir>/src/setupTests.js",
"heroku-run-build-script": true
}

0 comments on commit b0b4d39

Please sign in to comment.