Skip to content

Commit

Permalink
exec dune through opam in npm compile target
Browse files Browse the repository at this point in the history
  • Loading branch information
rprimet committed Oct 28, 2024
1 parent bcd62d9 commit bd1198d
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 @@ -89,7 +89,7 @@
},
"scripts": {
"vscode:prepublish": "npm run package",
"compile": "dune build @lsp; webpack --mode development",
"compile": "opam exec -- dune build @lsp; webpack --mode development",
"test": "tsc && vscode-test",
"format": "prettier --write .",
"lint": "eslint . --ext .js,.ts",
Expand Down

0 comments on commit bd1198d

Please sign in to comment.