Skip to content

Commit

Permalink
Delete stale build directory
Browse files Browse the repository at this point in the history
  • Loading branch information
petervdonovan committed Jul 31, 2024
1 parent 9147d7c commit 66dd9f0
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 @@ -187,7 +187,7 @@
"vscode-languageclient": "^6.1.3"
},
"scripts": {
"clean": "rimraf out && rimraf lib && rimraf vscode-lingua-franca-*.vsix",
"clean": "rimraf out && rimraf lib && rimraf lingua-franca/lsp/build && rimraf vscode-lingua-franca-*.vsix",
"transpile": "webpack",
"vscode:prepublish": "npm run compile",
"compile": "cd ./editor-support/lfwasm && make && cd ../.. && rimraf ./lfw-pkg && move-cli ./editor-support/lfwasm/pkg ./lfw-pkg && bash ./write-version-to-file.sh src/extension_version.ts && npm run transpile",
Expand Down

0 comments on commit 66dd9f0

Please sign in to comment.