Skip to content

Commit

Permalink
Merge pull request #5 from candrewlee14/svelte-upgrade
Browse files Browse the repository at this point in the history
Svelte upgrade
  • Loading branch information
candrewlee14 authored Mar 1, 2024
2 parents e4e4d2d + a172679 commit 6f8934c
Show file tree
Hide file tree
Showing 47 changed files with 956 additions and 7,290 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,16 @@ jobs:
- name: git-checkout
uses: actions/checkout@v2

- name: Setup Node
uses: actions/setup-node@v2
- uses: oven-sh/setup-bun@v1
with:
node-version: '16'
bun-version: latest

- name: Install all dependencies
run: npm install
run: bun install

- name: Build
run: |
npm run build # The build command of your project
bun run build # The build command of your project
cd build
touch .nojekyll # We do this because svelte has special underscore directories
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ node_modules
.env
.env.*
!.env.example
vite.config.js.timestamp-*
vite.config.ts.timestamp-*
Binary file added bun.lockb
Binary file not shown.
Loading

0 comments on commit 6f8934c

Please sign in to comment.