Skip to content

Commit 0678196

Browse files
committed
chore: delete all tsbuildinfo in clean script [skip ci]
1 parent 85b8609 commit 0678196

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"native.build:debug": "node-gyp configure --debug && node-gyp build --debug",
1717
"native.prebuild": "prebuildify --napi -t 12.0.0 -t [email protected] -t [email protected] --strip",
1818
"native.prebuild-ia32": "prebuildify --napi --arch=ia32 -t 12.0.0 -t [email protected] -t [email protected] --strip",
19-
"js.clean": "shx rm -rf dist dist-test .rollup.cache .parcel-cache ./tsconfig.tsbuildinfo ./index.js ./index.js.map ./index.d.ts",
19+
"js.clean": "shx rm -rf dist dist-test .rollup.cache .parcel-cache **/tsconfig.tsbuildinfo ./index.js ./index.js.map ./index.d.ts",
2020
"js.dev": "npm run js.types && cross-env NODE_ENV=development rollup -c -w",
2121
"js.build": "npm run js.types && cross-env NODE_ENV=production rollup -c",
2222
"js.types": "(tsc -p ./src/binding/tsconfig.json --emitDeclarationOnly) && (shx mv ./src/binding/node.d.ts index.d.ts)",

0 commit comments

Comments
 (0)