mirror of
https://github.com/waku-org/js-waku.git
synced 2025-02-04 08:34:57 +00:00
chore: ensure all packages are built
Add a check that no package has been forgotten from the `workspace` property.
This commit is contained in:
parent
31fe78d5a7
commit
e7a2203bea
@ -17,6 +17,7 @@
|
|||||||
"size": "npm run build && size-limit",
|
"size": "npm run build && size-limit",
|
||||||
"fix": "npm run fix --workspaces --if-present",
|
"fix": "npm run fix --workspaces --if-present",
|
||||||
"check": "npm run check --workspaces --if-present",
|
"check": "npm run check --workspaces --if-present",
|
||||||
|
"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",
|
||||||
"test:browser": "npm run test:browser --workspaces --if-present",
|
"test:browser": "npm run test:browser --workspaces --if-present",
|
||||||
"test:node": "npm run test:node --workspaces --if-present",
|
"test:node": "npm run test:node --workspaces --if-present",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user