Skip to content

Commit

Permalink
Fix prepublish task
Browse files Browse the repository at this point in the history
  • Loading branch information
petervdonovan committed May 25, 2024
1 parent 7c5436f commit 0c290fa
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 @@ -189,7 +189,7 @@
"scripts": {
"clean": "rimraf out && rimraf lib && rimraf vscode-lingua-franca-*.vsix",
"transpile": "webpack",
"vscode:prepublish": "npm run transpile",
"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",
"watch": "npm run transpile --watch",
"build": "npx ts-node src/build_lds.ts",
Expand Down

0 comments on commit 0c290fa

Please sign in to comment.