Skip to content

Commit

Permalink
fix: bug
Browse files Browse the repository at this point in the history
  • Loading branch information
weixiangmeng521 committed Dec 10, 2023
1 parent 83613b3 commit c5e2f2d
Show file tree
Hide file tree
Showing 4 changed files with 572 additions and 1,891 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
node-version: 20
registry-url: https://registry.npmjs.org/
- run: npm i
- run: npm run publish
- run: npm publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down
15 changes: 15 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
package-lock.json

.DS_Store
lib
node_modules


.DS_Store

# Log files
logs
*.log


# Editor directories and files
.idea
.vs/
.vscode/
Loading

0 comments on commit c5e2f2d

Please sign in to comment.