Skip to content

Commit

Permalink
ci: removed dts generation in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
tikazyq committed Jul 1, 2024
1 parent 6fd9f5a commit 57a0d73
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 @@ -46,7 +46,7 @@
"prebuild": "pnpm run prebuild:gen",
"prebuild:gen": "pnpm run gen:index && pnpm run gen:svg",
"postbuild": "pnpm run postbuild:gen",
"postbuild:gen": "pnpm run gen:dts && pnpm run gen:interfaces",
"postbuild:gen": "pnpm run gen:interfaces",
"postbuild:dist:local": "node ./scripts/copy-dist-local.js",
"build": "pnpm run prebuild && pnpm run build:lib && pnpm run postbuild",
"build:dist:local": "pnpm run build && pnpm run postbuild:dist:local",
Expand Down

0 comments on commit 57a0d73

Please sign in to comment.