We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7ec4c4 commit ecfe910Copy full SHA for ecfe910
package.json
@@ -5,7 +5,7 @@
5
"description": "Code library for TypeScript/JavaScript",
6
"main": "index.js",
7
"scripts": {
8
- "build": "lerna bootstrap && lerna run build",
+ "build": "lerna bootstrap --no-ci && lerna run build",
9
"test": "lerna run test",
10
"bench": "lerna run bench",
11
"lint": "eslint packages/**/*.ts",
0 commit comments