Skip to content

Commit

Permalink
Chore: Also clean tsconfig.tsbuildinfo
Browse files Browse the repository at this point in the history
This removes the tsbuildinfo cache. It forces `npm run compile` to
re-generate the client/out and server/out folders after a clean.
  • Loading branch information
deribaucourt committed Sep 18, 2024
1 parent 82d155f commit cfdc538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -884,7 +884,7 @@
"clean:server": "rm -fr ./server/node_modules ./server/out ./server/resources server/tsconfig.tsbuildinfo server/.vscode-test server/*.tgz ./server/tree-sitter-bash.wasm ./server/tree-sitter-bitbake.wasm",
"clean:client": "rm -fr ./client/node_modules ./client/out client/tsconfig.tsbuildinfo client/.vscode-test",
"clean:lib": "rm -fr ./lib/node_modules",
"clean": "npm run clean:lib && npm run clean:server && npm run clean:client && rm -fr node_modules integration-tests/out integration-tests/project-folder/build* .vscode-test .eslintcache resources coverage ./out *.vsix",
"clean": "npm run clean:lib && npm run clean:server && npm run clean:client && rm -fr node_modules integration-tests/out integration-tests/project-folder/build* .vscode-test .eslintcache resources coverage ./out *.vsix tsconfig.tsbuildinfo",
"lint": "eslint . --cache",
"jest": "jest",
"test": "npm run jest && npm run test:integration && npm run test:grammar",
Expand Down

0 comments on commit cfdc538

Please sign in to comment.