Skip to content

Commit

Permalink
Merge pull request #78 from long-woo/dev
Browse files Browse the repository at this point in the history
fix: 修复 jsr 发布问题
  • Loading branch information
long-woo authored Sep 23, 2024
2 parents 483b5ea + 9b79581 commit f870aa3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"build:win": "deno compile -A --target x86_64-pc-windows-msvc --icon resources/stc.svg --output release/stc-win src/main.ts",
"build:linux": "deno compile -A --target x86_64-unknown-linux-gnu --output release/stc-linux src/main.ts"
},
"exclude": ["**/shared/**/*"],
"lint": {
"include": [
"src/",
Expand Down

0 comments on commit f870aa3

Please sign in to comment.