Skip to content

Commit

Permalink
update typeshare script [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
zaknesler committed May 10, 2024
1 parent b17ffe0 commit 3556137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint:fix": "eslint --fix",
"watch": "mprocs \"pnpm dev\" \"cargo watch -x \\\"run -- start\\\"\"",
"watch:trace": "mprocs \"pnpm dev\" \"cargo watch -x \\\"run -- -ltrace start\\\"\"",
"typeshare:generate": "typeshare ./ --lang=typescript --output-file=./ui/src/types/bindings.ts"
"typeshare:generate": "typeshare ./ --lang=typescript --output-file=./ui/src/types/bindings.ts && eslint --fix \"./ui/src/types/bindings.ts\""
},
"dependencies": {
"@kobalte/core": "^0.13.1",
Expand Down

0 comments on commit 3556137

Please sign in to comment.