chore(deps): revert temp

This commit is contained in:
jacques metevier 2023-06-08 12:06:38 -07:00
parent 0d0b25ae75
commit e04e9d5a9e
1 changed files with 0 additions and 1 deletions

View File

@ -27,7 +27,6 @@
"fix:prettier": "prettier ./packages --write",
"check": "run-s check:*",
"check:workspaces": "npm run check --workspaces --if-present",
"install:workspaces": "npm install --workspaces",
"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",
"test": "npm run test --workspaces --if-present",