We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e2bf0c commit daacea6Copy full SHA for daacea6
package.json
@@ -8,7 +8,7 @@
8
"scripts": {
9
"build": "npm run build:js && npm run build:types",
10
"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/",
+ "build:copy": "cp -a tsconfig.json src vendor test dist/ && rm -rf dist/test/ts-use",
12
"build:types": "npm run build:copy && cd dist && tsc --build",
13
"build:vendor": "npm run build:vendor:varint && npm run build:vendor:base-x",
14
"build:vendor:varint": "npx brrp -x varint > vendor/varint.js",
0 commit comments