Skip to content

Commit

Permalink
Disable split-tsd-files script
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrtenz committed Feb 29, 2024
1 parent 519adea commit 04ea12d
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 @@ -55,7 +55,7 @@
"dist"
],
"scripts": {
"build": "rm -rf ./dist && rollup --config ./rollup.config.mjs && scripts/split-tsd-files.sh",
"build": "rm -rf ./dist && rollup --config ./rollup.config.mjs",
"clean": "rm -rf ./{dist,node_modules}",
"lint": "yarn lint:eslint && yarn lint:misc --check && yarn lint:dependencies --check && yarn lint:changelog",
"lint:changelog": "auto-changelog validate --prettier",
Expand Down

0 comments on commit 04ea12d

Please sign in to comment.