We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9331cb commit 6665815Copy full SHA for 6665815
1 file changed
package.json
@@ -18,7 +18,7 @@
18
"build": "lerna run build --no-private --ignore @web3api/cli* --ignore @web3api/react && lerna run build --scope @web3api/client-js --scope @web3api/react && lerna run build --scope @web3api/cli",
19
"lint": "lerna run lint",
20
"lint:fix": "lerna run lint -- --fix",
21
- "lint:ci": "lerna run lint --parallel",
+ "lint:ci": "lerna run lint",
22
"test": "lerna run test --no-private --ignore @web3api/client-js && lerna run test --scope @web3api/client-js",
23
"test:ci": "lerna run test:ci --no-private --ignore @web3api/client-js && lerna run test:ci --scope @web3api/client-js",
24
"version:apply": "npx lerna version $(cat VERSION) --exact --no-git-tag-version --yes",
0 commit comments