Skip to content

Commit

Permalink
#! added no-ci flag
Browse files Browse the repository at this point in the history
  • Loading branch information
mjancarik committed Feb 10, 2019
1 parent b6dc463 commit 66df378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -6,7 +6,7 @@
"doc": "node_modules/.bin/lerna run doc",
"audit": "node_modules/.bin/lerna run audit",
"build": "node_modules/.bin/lerna run build",
"postinstall": "node_modules/.bin/lerna bootstrap && node_modules/.bin/lerna run build"
"postinstall": "node_modules/.bin/lerna bootstrap --no-ci && node_modules/.bin/lerna run build"
},
"devDependencies": {
"@babel/core": "^7.2.2",
Expand Down

0 comments on commit 66df378

Please sign in to comment.