We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79937cf commit 2bf02ceCopy full SHA for 2bf02ce
package.json
@@ -20,7 +20,7 @@
20
"build": "turbo run build --filter='./packages/**'",
21
"watch": "turbo run watch --filter='./packages/**'",
22
"dev": "yarn workspace @playground/nOxt-playground run dev",
23
- "prepush": "yarn concurrently --names 'LINT,TEST' -c 'yellow,blue' 'yarn lint' 'CI=true yarn test --colors --silent'",
+ "prepush": "yarn lint && CI=true yarn test --colors --silent",
24
"postinstall": "husky install",
25
"changeset": "changeset",
26
"update-versions-and-changelogs": "changeset version && yarn version-run-all && bash scripts/update-lockfile.sh",
0 commit comments