Skip to content

Commit 71414a5

Browse files
committed
wip
1 parent 2193e20 commit 71414a5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.husky/pre-push

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/sh
22
. "$(dirname "$0")/_/husky.sh"
33

4-
yarn concurrently --names 'LINT,TEST' -c 'yellow,blue' 'yarn lint' 'CI=true yarn test --colors --silent'
4+
yarn prepush

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"lint": "yarn constraints && turbo run lint --continue",
2020
"build": "turbo run build --filter='./packages/**'",
2121
"watch": "turbo run watch --filter='./packages/**'",
22-
"dev": "yarn workspace @playground/next-playground run dev",
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'",
2324
"postinstall": "husky install",
2425
"changeset": "changeset",
2526
"update-versions-and-changelogs": "changeset version && yarn version-run-all && bash scripts/update-lockfile.sh",

0 commit comments

Comments
 (0)