Skip to content

Commit

Permalink
fix: removed interfering CI flag from run-if-changed [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Maurice Faber committed Mar 23, 2021
1 parent c4039ab commit bfd16ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"url": "git+https://github.com/redkubes/otomi-core.git"
},
"run-if-changed": {
"package-lock.json": "npm install --prefer-offline --no-audit CI=1"
"package-lock.json": "npm install --prefer-offline --no-audit"
},
"scripts": {
"cz": "git-cz",
Expand Down

0 comments on commit bfd16ae

Please sign in to comment.