Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 6eb8536

Browse files
committed
Update for Heroku
1 parent b8a4bf8 commit 6eb8536

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,14 @@
1616
"start:be": "nodemon src/app.js",
1717
"start:fe": "gulp build:watch",
1818
"build:fe": "gulp build",
19+
"build":"gulp build",
1920
"test": "node ./node_modules/mocha/bin/mocha --recursive --timeout 999999 --colors tests/*.test.js --bail",
2021
"clean": "gulp clean",
2122
"publish": "gulp publish",
2223
"test:fe": "gulp protractor",
2324
"lint": "gulp lint",
2425
"serve:dist": "gulp serve:dist",
25-
"heroku-postbuild": "gulp build:fe"
26+
"heroku-postbuild": "gulp build"
2627
},
2728
"dependencies": {
2829
"angular": "~1.4.4",

0 commit comments

Comments
 (0)