File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
- {
1
+ module . exports = {
2
2
"apps" : [
3
3
{
4
4
"name" : "validatejavascript.com" ,
Original file line number Diff line number Diff line change 14
14
"build" : " NODE_ENV=production webpack --config webpack --display-error-details" ,
15
15
"upgrade" : " ncu -u -a -x eslint-plugin-jsx-a11y && npm install && lerna exec --concurrency 1 -- ncu -a && lerna exec -- npm install" ,
16
16
"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" ,
18
18
"travis-deploy" : " if-env TRAVIS_BRANCH=master TRAVIS_PULL_REQUEST=false && npm run semantic-release || echo 'Deploy is not run'" ,
19
19
"lint" : " eslint ." ,
20
20
"open-browser" : " opn http://localhost:$PORT" ,
You can’t perform that action at this time.
0 commit comments