Skip to content

Commit df44873

Browse files
authored
remove kit build script (#7863)
* remove kit build script * remove
1 parent 0a4bf46 commit df44873

File tree

3 files changed

+0
-8
lines changed

3 files changed

+0
-8
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ jobs:
3131
node-version: '16.x'
3232
cache: pnpm
3333
- run: pnpm install --frozen-lockfile
34-
- run: cd packages/kit && pnpm build
3534
- run: pnpm turbo run lint check
3635
Tests:
3736
runs-on: ${{ matrix.os }}

packages/kit/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@
5656
"postinstall.js"
5757
],
5858
"scripts": {
59-
"build": "echo \"TODO remove build script from packages/kit\"",
6059
"lint": "prettier --check . --config ../../.prettierrc --ignore-path .gitignore",
6160
"check": "tsc",
6261
"check:all": "tsc && pnpm -r --filter=\"./**\" check",

turbo.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
{
22
"$schema": "https://turborepo.org/schema.json",
33
"pipeline": {
4-
"@sveltejs/kit#build": {
5-
"dependsOn": ["^build"],
6-
"inputs": ["rollup.config.js", "src/**", "scripts/**", "types/**"],
7-
"outputs": ["dist/**", "docs/**", "assets/**"],
8-
"outputMode": "new-only"
9-
},
104
"kit.svelte.dev#build": {
115
"dependsOn": ["^build"],
126
"inputs": ["src/**", "../../packages/kit/docs/**", "../../documentation/**"],

0 commit comments

Comments
 (0)