Skip to content

Commit

Permalink
chore: update turbo
Browse files Browse the repository at this point in the history
  • Loading branch information
agustinusnathaniel committed Jun 6, 2024
1 parent 15a66cc commit 3d0b939
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .husky/pre-push
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pnpm check:turbo
pnpm check:turbo --output-logs=hash-only
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@
"scripts": {
"dev": "next dev",
"build": "next build",
"build:turbo": "pnpm dlx turbo@latest run build",
"turbo": "pnpm dlx [email protected]",
"build:turbo": "pnpm turbo run build",
"postbuild": "next-sitemap --config next-sitemap.config.js",
"start": "next start",
"lint": "next lint",
"lint:fix": "eslint src --fix && pnpm format",
"type-check": "tsc --noEmit",
"check:turbo": "pnpm dlx turbo@latest lint type-check",
"check:turbo": "pnpm turbo lint type-check",
"test:e2e": "playwright test",
"format": "prettier --write src",
"up-interactive": "pnpm up -i",
Expand Down
2 changes: 1 addition & 1 deletion turbo.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://turbo.build/schema.json",
"pipeline": {
"tasks": {
"build": {
"outputs": [".next/**", "!.next/cache/**", "public/**"],
"env": []
Expand Down

0 comments on commit 3d0b939

Please sign in to comment.