Skip to content

Commit

Permalink
test: workflow 调试
Browse files Browse the repository at this point in the history
  • Loading branch information
vannvan committed Oct 29, 2023
1 parent 8f622d9 commit aaa300d
Show file tree
Hide file tree
Showing 3 changed files with 6,572 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,6 @@ jobs:
registry-url: https://registry.npmjs.org/
- name: Install dependencies
run: pnpm install
run: pnpm run tsc
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_PUBLISH_WORKFLOW}}
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dist/
docs/
build/
yuque.config.json
pnpm-lock.yaml
# pnpm-lock.yaml

storage/

Expand Down
Loading

0 comments on commit aaa300d

Please sign in to comment.