Skip to content

Commit

Permalink
DevOps - Fix9 - CircleCI - Config
Browse files Browse the repository at this point in the history
  • Loading branch information
prabaprakash committed Sep 4, 2018
1 parent b0a1b7b commit 0757099
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 1 addition & 3 deletions Procfile
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
web: npm install pm2 -g
web: npm run prod
web: npm run serve
web: npm run heroku
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"lint": "npm run jslint && npm run jsonlint && npm run csslint",
"jslint": "eslint ./src/client ./src/server ./test/unit ./test/features --fix",
"jsonlint": "eslint ./ --ext .json",
"csslint": "stylelint ./src/client/**/*.scss --syntax scss --fix"
"csslint": "stylelint ./src/client/**/*.scss --syntax scss --fix",
"heroku": "npm install pm2 -g && npm run prod && npm run serve && pm2 logs"
},
"author": "",
"license": "ISC",
Expand Down

0 comments on commit 0757099

Please sign in to comment.