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 b8a4bf8 commit 6eb8536Copy full SHA for 6eb8536
package.json
@@ -16,13 +16,14 @@
16
"start:be": "nodemon src/app.js",
17
"start:fe": "gulp build:watch",
18
"build:fe": "gulp build",
19
+ "build":"gulp build",
20
"test": "node ./node_modules/mocha/bin/mocha --recursive --timeout 999999 --colors tests/*.test.js --bail",
21
"clean": "gulp clean",
22
"publish": "gulp publish",
23
"test:fe": "gulp protractor",
24
"lint": "gulp lint",
25
"serve:dist": "gulp serve:dist",
- "heroku-postbuild": "gulp build:fe"
26
+ "heroku-postbuild": "gulp build"
27
},
28
"dependencies": {
29
"angular": "~1.4.4",
0 commit comments