mirror of https://github.com/waku-org/js-waku.git
chore(deps): revert temp
This commit is contained in:
parent
0d0b25ae75
commit
e04e9d5a9e
|
@ -27,7 +27,6 @@
|
||||||
"fix:prettier": "prettier ./packages --write",
|
"fix:prettier": "prettier ./packages --write",
|
||||||
"check": "run-s check:*",
|
"check": "run-s check:*",
|
||||||
"check:workspaces": "npm run check --workspaces --if-present",
|
"check:workspaces": "npm run check --workspaces --if-present",
|
||||||
"install:workspaces": "npm install --workspaces",
|
|
||||||
"check:prettier": "prettier ./packages --list-different",
|
"check:prettier": "prettier ./packages --list-different",
|
||||||
"check:ws": "[ $(ls -1 ./packages|wc -l) -eq $(cat package.json | jq '.workspaces | length') ] || exit 1 # check no packages left behind",
|
"check:ws": "[ $(ls -1 ./packages|wc -l) -eq $(cat package.json | jq '.workspaces | length') ] || exit 1 # check no packages left behind",
|
||||||
"test": "npm run test --workspaces --if-present",
|
"test": "npm run test --workspaces --if-present",
|
||||||
|
|
Loading…
Reference in New Issue