Skip to content

Commit

Permalink
fix: 修复 jsr 发布问题
Browse files Browse the repository at this point in the history
  • Loading branch information
long-woo committed Sep 23, 2024
1 parent 483b5ea commit 9b79581
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 9b79581

Please sign in to comment.