Skip to content

Commit

Permalink
remove kit build script (sveltejs#7863)
Browse files Browse the repository at this point in the history
* remove kit build script

* remove
  • Loading branch information
Rich-Harris authored Nov 28, 2022
1 parent 0a4bf46 commit df44873
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
node-version: '16.x'
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: cd packages/kit && pnpm build
- run: pnpm turbo run lint check
Tests:
runs-on: ${{ matrix.os }}
Expand Down
1 change: 0 additions & 1 deletion packages/kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
"postinstall.js"
],
"scripts": {
"build": "echo \"TODO remove build script from packages/kit\"",
"lint": "prettier --check . --config ../../.prettierrc --ignore-path .gitignore",
"check": "tsc",
"check:all": "tsc && pnpm -r --filter=\"./**\" check",
Expand Down
6 changes: 0 additions & 6 deletions turbo.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
{
"$schema": "https://turborepo.org/schema.json",
"pipeline": {
"@sveltejs/kit#build": {
"dependsOn": ["^build"],
"inputs": ["rollup.config.js", "src/**", "scripts/**", "types/**"],
"outputs": ["dist/**", "docs/**", "assets/**"],
"outputMode": "new-only"
},
"kit.svelte.dev#build": {
"dependsOn": ["^build"],
"inputs": ["src/**", "../../packages/kit/docs/**", "../../documentation/**"],
Expand Down

0 comments on commit df44873

Please sign in to comment.