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.
1 parent f558a8f commit ee34bf7Copy full SHA for ee34bf7
package.json
@@ -3,6 +3,8 @@
3
"version": "0.0.0",
4
"description": "Codestar Streams",
5
"scripts": {
6
+ "heroku-prebuild": "echo This runs before Heroku installs your dependencies.",
7
+ "heroku-postbuild": "npm run install-packages",
8
"start": "lerna run serve --stream",
9
"test": "lerna run test --stream",
10
"build": "lerna run build --stream",
0 commit comments