Skip to content

Commit

Permalink
tweak pre-push
Browse files Browse the repository at this point in the history
  • Loading branch information
silesky committed Dec 16, 2024
1 parent 6db5d75 commit d44ad5c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .husky/pre-push
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

CI=true yarn test --colors --silent
yarn concurrently --names 'LINT,TEST' -c 'green,blue' 'yarn lint' 'CI=true yarn test --colors --silent'
4 changes: 2 additions & 2 deletions playgrounds/next-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
".": "yarn run -T turbo run --filter=@playground/next-playground...",
"concurrently": "yarn run -T concurrently",
"dev": "yarn partytown && yarn concurrently 'yarn run -T watch --filter=next-playground' 'sleep 10 && next dev'",
"build": "yarn partytown && next build",
"build-playground": "yarn partytown && next build",
"partytown": "partytown copylib public/~partytown",
"start": "next start",
"lint": "next lint"
"lint-playground": "next lint"
},
"dependencies": {
"@builder.io/partytown": "^0.7.4",
Expand Down
2 changes: 1 addition & 1 deletion playgrounds/with-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
".": "yarn run -T turbo run --filter=@playground/with-vite",
"concurrently": "yarn run -T concurrently",
"dev": "yarn concurrently 'yarn run -T watch --filter=with-vite' 'sleep 10 && vite'",
"build": "tsc && vite build",
"build-playground": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
Expand Down

0 comments on commit d44ad5c

Please sign in to comment.