Skip to content

Commit daacea6

Browse files
committed
fix: remove ts-use from dist
1 parent 5e2bf0c commit daacea6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"scripts": {
99
"build": "npm run build:js && npm run build:types",
1010
"build:js": "npm_config_yes=true ipjs build --tests --main && npm run build:copy",
11-
"build:copy": "cp -a tsconfig.json src vendor test dist/",
11+
"build:copy": "cp -a tsconfig.json src vendor test dist/ && rm -rf dist/test/ts-use",
1212
"build:types": "npm run build:copy && cd dist && tsc --build",
1313
"build:vendor": "npm run build:vendor:varint && npm run build:vendor:base-x",
1414
"build:vendor:varint": "npx brrp -x varint > vendor/varint.js",

0 commit comments

Comments
 (0)