Skip to content

Commit

Permalink
Fix silly error from rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
petervdonovan committed May 23, 2024
1 parent 9757e16 commit 0de8058
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 @@ -190,7 +190,7 @@
"clean": "rimraf out && rimraf lib && rimraf vscode-lingua-franca-*.vsix",
"transpile": "webpack",
"vscode:prepublish": "npm run transpile",
"compile": "cd ./editor-support/lfwasm && bash make && cd ../.. && rm -rf ./lfw-pkg && move-cli ./editor-support/lfwasm/pkg ./lfw-pkg && ./write-version-to-file.sh src/extension_version.ts && npm run transpile",
"compile": "cd ./editor-support/lfwasm && make && cd ../.. && rm -rf ./lfw-pkg && move-cli ./editor-support/lfwasm/pkg ./lfw-pkg && ./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",
"compile-tests": "npm run compile && npx tsc --lib \"dom\" --outDir out/test --inlineSourceMap",
Expand Down

0 comments on commit 0de8058

Please sign in to comment.