Skip to content
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.

Commit

Permalink
Revert migration to bun
Browse files Browse the repository at this point in the history
This reverts commit d7f3c46.
  • Loading branch information
RaniAgus committed Jan 27, 2024
1 parent 447d3ad commit a6645f6
Show file tree
Hide file tree
Showing 4 changed files with 860 additions and 5 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/vitepress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,13 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: oven-sh/setup-bun@v1
- uses: actions/setup-node@v3
with:
bun-version: latest
- run: bun install --frozen-lockfile
node-version: 18
cache: yarn
- run: yarn install --frozen-lockfile
- name: Build
run: bun run build
run: yarn run build
- uses: actions/configure-pages@v2
- uses: actions/upload-pages-artifact@v1
with:
Expand Down
Binary file removed bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"repository": "https://github.com/RaniAgus/so-project-template",
"scripts": {
"dev": "vitepress dev docs",
"build": "NODE_ENV=production vitepress build docs",
"build": "vitepress build docs",
"serve": "vitepress serve docs"
},
"license": "MIT",
Expand Down
Loading

0 comments on commit a6645f6

Please sign in to comment.