Skip to content

Commit db40749

Browse files
committed
Add apps:node to clean script
1 parent 3b80ce6 commit db40749

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
@@ -30,7 +30,7 @@
3030
"release:prep": "yarn clean && yarn lint && yarn typecheck && yarn test && yarn build",
3131
"release:tag": "TAG=\"v$(yarn --silent get:version)\" && git tag $TAG && git push origin $TAG",
3232
"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",
33+
"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",
3434
"typecheck": "tsc --noEmit --incremental false --tsBuildInfoFile null",
3535
"test": "jest --config jest.json --runInBand",
3636
"testw": "jest --config jest.json --watch",

0 commit comments

Comments
 (0)