Skip to content

Commit

Permalink
Merge pull request #164 from lf-lang/fix-prepublish-task
Browse files Browse the repository at this point in the history
Fix prepublish task
  • Loading branch information
lhstrh committed May 27, 2024
2 parents 7c5436f + 0c290fa commit 1be588a
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 1be588a

Please sign in to comment.