Skip to content

Commit

Permalink
feat: 应用补丁
Browse files Browse the repository at this point in the history
  • Loading branch information
songxingguo committed Jul 28, 2024
1 parent dba9a18 commit bc3bb52
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ jobs:
npm run build
- name: Show Dir
run: ls
run: |
cd dist
ls
- name: Create release
env:
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"license": "MIT",
"scripts": {
"build": "obsidian-plugin build src/publish.ts",
"dev": "obsidian-plugin dev src/publish.ts"
"dev": "obsidian-plugin dev src/publish.ts",
"postinstall": "patch-package"
},
"devDependencies": {
"@types/node": "^14.14.2",
Expand Down

0 comments on commit bc3bb52

Please sign in to comment.