We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b80ce6 commit db40749Copy full SHA for db40749
package.json
@@ -30,7 +30,7 @@
30
"release:prep": "yarn clean && yarn lint && yarn typecheck && yarn test && yarn build",
31
"release:tag": "TAG=\"v$(yarn --silent get:version)\" && git tag $TAG && git push origin $TAG",
32
"get:version": "node --eval 'console.log(require(`./package.json`).version)'",
33
- "clean": "rimraf ts3.4 build cjs dist es scratchpad/build coverage tsBuildInfo.json isolate*.log flamegraph.html out.pdf",
+ "clean": "rimraf ts3.4 build cjs dist es scratchpad/build coverage tsBuildInfo.json apps/node-build apps/node/tsBuildInfo.json isolate*.log flamegraph.html out.pdf",
34
"typecheck": "tsc --noEmit --incremental false --tsBuildInfoFile null",
35
"test": "jest --config jest.json --runInBand",
36
"testw": "jest --config jest.json --watch",
0 commit comments