Skip to content

Commit

Permalink
add --no-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Jul 12, 2019
1 parent 7bdfff6 commit be3d341
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 @@ -5,7 +5,7 @@
"bootstrap": "npm run clean && lerna bootstrap --no-ci && npm run link",
"build": "lerna run build",
"changelog": "node ./scripts/changelog.js",
"ci": "lerna bootstrap && run-s build test:eslint test:typings test:coverage link test:smoke",
"ci": "lerna bootstrap --no-ci && run-s build test:eslint test:typings test:coverage link test:smoke",
"clean": "run-p clean:*",
"clean:build": "rimraf ./packages/*/build",
"clean:pkglock": "rimraf ./packages/*/package-lock.json",
Expand Down

0 comments on commit be3d341

Please sign in to comment.