Skip to content

Commit

Permalink
Use npm ci instead of npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
sipe90 committed May 11, 2019
1 parent db733a9 commit 5afe6e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecosystem.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module.exports = {
ref: process.env.DEPLOY_BRANCH,
path: "/var/tradfri-control-panel",
ssh_options: "StrictHostKeyChecking=no",
"post-deploy": "npm i && npm run build && pm2 startOrRestart ecosystem.config.js"
"post-deploy": "npm ci && npm run build && pm2 startOrRestart ecosystem.config.js"
}
}
}

0 comments on commit 5afe6e2

Please sign in to comment.