Skip to content

Commit

Permalink
feat: support svelte-preprocess (#906)
Browse files Browse the repository at this point in the history
* feat: support svelte-preprocess

* chore: update lockfile

---------

Co-authored-by: EGOIST <hi@egoist.dev>
  • Loading branch information
tmkx and egoist committed Jun 16, 2023
1 parent e3f02be commit 3606e45
Show file tree
Hide file tree
Showing 6 changed files with 212 additions and 32 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -38,7 +38,7 @@ jobs:
${{ runner.os }}-${{ matrix.node-version }}-test-
${{ runner.os }}-
- name: Install pnpm
run: npm i -g pnpm
run: corepack enable

- name: Install deps
run: pnpm i
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
${{ runner.os }}-${{ matrix.node-version }}-release-${{ env.cache-name }}-
${{ runner.os }}-${{ matrix.node-version }}-release-
${{ runner.os }}-
- run: npm i -g pnpm
- run: corepack enable
- run: pnpm i
- run: pnpx semantic-release --branches main
env:
Expand Down
5 changes: 4 additions & 1 deletion package.json
Expand Up @@ -61,8 +61,10 @@
"resolve": "1.20.0",
"rollup-plugin-dts": "5.3.0",
"rollup-plugin-hashbang": "2.2.2",
"sass": "1.62.1",
"strip-json-comments": "4.0.0",
"svelte": "3.46.4",
"svelte-preprocess": "5.0.3",
"terser": "^5.16.0",
"ts-essentials": "9.1.2",
"tsconfig-paths": "3.12.0",
Expand All @@ -89,5 +91,6 @@
},
"engines": {
"node": ">=16.14"
}
},
"packageManager": "pnpm@8.6.0"
}
161 changes: 151 additions & 10 deletions pnpm-lock.yaml

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

1 comment on commit 3606e45

@vercel
Copy link

@vercel vercel bot commented on 3606e45 Jun 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

tsup – ./

tsup.vercel.app
tsup-egoist.vercel.app
tsup-git-main-egoist.vercel.app
tsup.egoist.dev

Please sign in to comment.