Skip to content

Commit

Permalink
update npm install methode
Browse files Browse the repository at this point in the history
  • Loading branch information
eliteSCHW31N committed Mar 27, 2021
1 parent e23879c commit b303892
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Moonraker Discord Bot based on Discord.js",
"main": "index.js",
"scripts": {
"start": "npm i --only=prod && npm run-script startmooncord",
"start": "npm ci --only=prod && npm run-script startmooncord",
"startmooncord": "node mooncord.js",
"ramdebugstart": "node --trace_gc mooncord.js",
"checkcodestyle": "npx eslint ./**",
Expand Down
2 changes: 1 addition & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ install_packages()
fi

echo "Install Dependencies"
npm i --only=prod
npm ci --only=prod
}

install_systemd_service()
Expand Down

0 comments on commit b303892

Please sign in to comment.