Skip to content

Commit 2bf02ce

Browse files
committed
update prepush
1 parent 79937cf commit 2bf02ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"build": "turbo run build --filter='./packages/**'",
2121
"watch": "turbo run watch --filter='./packages/**'",
2222
"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'",
23+
"prepush": "yarn lint && CI=true yarn test --colors --silent",
2424
"postinstall": "husky install",
2525
"changeset": "changeset",
2626
"update-versions-and-changelogs": "changeset version && yarn version-run-all && bash scripts/update-lockfile.sh",

0 commit comments

Comments
 (0)