Skip to content

Commit

Permalink
feat: update release script
Browse files Browse the repository at this point in the history
  • Loading branch information
tanhauhau committed Mar 30, 2024
1 parent 2888715 commit 7e4f692
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 45 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 16.x
cache: yarn
node-version: 18.x
cache: pnpm

- name: Setup Environment
shell: bash
Expand All @@ -32,8 +32,8 @@ jobs:
- name: Install and Build
run: |
yarn install --frozen-lockfile
yarn build
pnpm install --frozen-lockfile
pnpm build
- name: Publish
run: node scripts/publish.js
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,5 @@
"unist-util-visit": "^4.1.0",
"vite": "^5.0.12",
"vite-imagetools": "^4.0.12"
},
"dependencies": {
"@sveltejs/svelte-repl": "^0.6.0"
}
}
39 changes: 1 addition & 38 deletions pnpm-lock.yaml

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

0 comments on commit 7e4f692

Please sign in to comment.