Skip to content

Commit

Permalink
🐛 fix: Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
canisminor1990 committed Sep 12, 2023
1 parent 4707780 commit 410c22f
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 47 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,7 @@ jobs:
- name: Test
run: bun run test

- name: build
run: bun run build

- name: release
- name: Release
run: bun run release
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,4 @@ __pycache__
/lobe_theme_config.json
/javascript/**/*
!/javascript/main.js
bun.lockb
Binary file removed bun.lockb
Binary file not shown.
86 changes: 43 additions & 43 deletions javascript/main.js

Large diffs are not rendered by default.

0 comments on commit 410c22f

Please sign in to comment.