File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1- {
1+ module . exports = {
22 "apps" : [
33 {
44 "name" : "validatejavascript.com" ,
Original file line number Diff line number Diff line change 1414 "build" : " NODE_ENV=production webpack --config webpack --display-error-details" ,
1515 "upgrade" : " ncu -u -a -x eslint-plugin-jsx-a11y && npm install && lerna exec --concurrency 1 -- ncu -a && lerna exec -- npm install" ,
1616 "semantic-release" : " semantic-release pre && ssh-keyscan 192.241.157.86 >> ~/.ssh/known_hosts && npm run deploy && semantic-release post" ,
17- "deploy" : " pm2 deploy ecosystem.json production --force" ,
17+ "deploy" : " pm2 deploy ecosystem.config.js production --force" ,
1818 "travis-deploy" : " if-env TRAVIS_BRANCH=master TRAVIS_PULL_REQUEST=false && npm run semantic-release || echo 'Deploy is not run'" ,
1919 "lint" : " eslint ." ,
2020 "open-browser" : " opn http://localhost:$PORT" ,
You can’t perform that action at this time.
0 commit comments