Skip to content

Commit

Permalink
build: use bun as pm
Browse files Browse the repository at this point in the history
  • Loading branch information
ntnyq committed Sep 14, 2023
1 parent d23e946 commit acc4575
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 6,868 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,9 @@ jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18.17.1
- uses: pnpm/action-setup@v2
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1

- run: pnpm install --frozen-lockfile
- run: pnpm run check
- run: pnpm run build
- run: bun i
- run: bun run check
- run: bun run build
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down
2 changes: 0 additions & 2 deletions .npmrc

This file was deleted.

1 change: 0 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"changelogithub",
"destructurable",
"iconify",
"pnpm",
"shiki",
"sindresorhus",
"solidjs",
Expand Down
Binary file added bun.lockb
Binary file not shown.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"type": "module",
"version": "0.1.0",
"private": true,
"packageManager": "pnpm@8.7.5",
"license": "MIT",
"author": {
"name": "ntnyq",
Expand All @@ -21,6 +20,7 @@
"release": "bumpp"
},
"dependencies": {
"@astrojs/check": "^0.2.0",
"@astrolib/seo": "^0.6.0",
"@nanostores/solid": "^0.4.2",
"@unocss/reset": "^0.55.7",
Expand All @@ -43,7 +43,6 @@
"husky": "^8.0.3",
"nano-staged": "^0.8.0",
"npm-run-all": "^4.1.5",
"pnpm": "^8.7.5",
"prettier": "^3.0.3",
"typescript": "^5.2.2",
"unocss": "^0.55.7"
Expand Down

1 comment on commit acc4575

@vercel
Copy link

@vercel vercel bot commented on acc4575 Sep 14, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.