Skip to content
This repository has been archived by the owner on Jun 8, 2018. It is now read-only.

Commit

Permalink
npm scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob McGuinness committed Mar 16, 2016
1 parent 700c701 commit 18a4f06
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,15 @@
}
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "bower install"
"start": "gulp server",
"test": "gulp test",
"production": "cross-env NODE_ENV=production gulp release",
"staging": "cross-env NODE_ENV=staging gulp release",
"integration": "cross-env NODE_ENV=integration gulp release"
},
"devDependencies": {
"availity-workflow": "1.2.6-beta.3",
"cross-env": "1.0.7",
"eslint": "1.5.1",
"eslint-config-availity": "^1.0.1",
"gulp": "^3.9.0"
Expand Down

0 comments on commit 18a4f06

Please sign in to comment.