Skip to content

Commit

Permalink
改成bun
Browse files Browse the repository at this point in the history
  • Loading branch information
hxg2050 committed Feb 23, 2024
1 parent bd76397 commit c5b252e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
with:
node-version: 18
registry-url: https://registry.npmjs.org/
- run: npm install bun -g
- run: bun install
- run: bun build
- run: npm publish
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "feiyun",
"private": false,
"version": "0.1.1",
"version": "0.1.2",
"repository": "https://github.com/hxg2050/feiyun.git",
"license": "MIT",
"main": "./dist/index.cjs",
Expand Down

0 comments on commit c5b252e

Please sign in to comment.