Skip to content

Commit 6665815

Browse files
committed
no parallel lint
1 parent b9331cb commit 6665815

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"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",
1919
"lint": "lerna run lint",
2020
"lint:fix": "lerna run lint -- --fix",
21-
"lint:ci": "lerna run lint --parallel",
21+
"lint:ci": "lerna run lint",
2222
"test": "lerna run test --no-private --ignore @web3api/client-js && lerna run test --scope @web3api/client-js",
2323
"test:ci": "lerna run test:ci --no-private --ignore @web3api/client-js && lerna run test:ci --scope @web3api/client-js",
2424
"version:apply": "npx lerna version $(cat VERSION) --exact --no-git-tag-version --yes",

0 commit comments

Comments
 (0)