Skip to content

Commit

Permalink
#! remove no-ci flag from npm args
Browse files Browse the repository at this point in the history
  • Loading branch information
mjancarik committed Feb 10, 2019
1 parent 66df378 commit 8c17ebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -5,7 +5,7 @@
],
"command": {
"bootstrap": {
"npmClientArgs": ["--no-package-lock", "--no-ci"]
"npmClientArgs": ["--no-package-lock"]
}
},
"version": "independent"
Expand Down

0 comments on commit 8c17ebc

Please sign in to comment.