Skip to content

Commit

Permalink
Merge branch 'master' into template-placeholders
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed May 23, 2022
2 parents 190e342 + d1342c1 commit 89ce7f7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"turbo": "^1.2.6",
"typescript": "~4.6.2"
},
"packageManager": "pnpm@7.1.2",
"packageManager": "pnpm@7.1.3",
"engines": {
"pnpm": "^7.0.0"
},
Expand Down
1 change: 0 additions & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
"outputs": ["dist/**", "docs/**", "assets/**"]
},
"kit.svelte.dev#build": {
"dependsOn": ["^build", "$VERCEL"],
"dependsOn": ["^build", "$VERCEL", "$ENABLE_VC_BUILD"],
"inputs": ["src/**", "../../packages/kit/docs/**", "../../documentation/**"],
"outputs": [".vercel_build_output/**"]
},
"build": {
"dependsOn": ["^build", "$VERCEL"],
"dependsOn": ["^build", "$VERCEL", "$ENABLE_VC_BUILD"],
"inputs": ["src/**", "scripts/**", "shared/**", "templates/**"],
"outputs": ["files/**", "dist/**", ".svelte-kit/**", ".vercel_build_output/**"]
},
Expand Down

0 comments on commit 89ce7f7

Please sign in to comment.