Skip to content

Commit 4f72d71

Browse files
committed
chore: switch to bun lock file
1 parent b6de7d1 commit 4f72d71

File tree

4 files changed

+2800
-3
lines changed

4 files changed

+2800
-3
lines changed

.github/workflows/releases.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
run: |
2525
cd ./src/editor/base/parser
2626
bun i --force
27-
bun run build --if-present
27+
bun run build
2828
cd ../../../..
2929
bun i --force
30-
bun run build --if-present
30+
bun run build
3131
mkdir ${{ env.PLUGIN_NAME }}
3232
cp main.js manifest.json styles.css ${{ env.PLUGIN_NAME }}
3333
zip -r ${{ env.PLUGIN_NAME }}.zip ${{ env.PLUGIN_NAME }}

0 commit comments

Comments
 (0)