Skip to content

Commit

Permalink
transfer build to bun runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
elproffesore committed Jun 30, 2024
1 parent 5e4ac1a commit 5a54fc3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,14 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Node
uses: actions/setup-node@v4
- name: Set up Bun
uses: oven-sh/setup-bun@v1
with:
node-version: 20
cache: 'npm'
bun-version: latest
- name: Install dependencies
run: npm ci
run: bun install
- name: Build
run: npm run build
run: bun run build
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Upload artifact
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
"postcss": "latest",
"scrollama": "^3.2.0",
"tailwindcss": "^3.4.4",
"vue": "^3.4.29",
"vue-router": "^4.4.0"
"vue": "^3.4.29"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.5",
Expand Down

0 comments on commit 5a54fc3

Please sign in to comment.