Skip to content

Commit

Permalink
Added missing build step before package
Browse files Browse the repository at this point in the history
  • Loading branch information
arminzavada committed Oct 17, 2024
1 parent 24b4502 commit d38fb33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow-ide/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
],
"type": "module",
"scripts": {
"package": "node ./esbuild.js",
"package": "npm build && node ./esbuild.js",
"build": "npm run langium:generate && tsc -b tsconfig.json",
"watch": "npm run langium:generate && tsc -b tsconfig.json --watch",
"lint": "eslint src --ext ts",
Expand Down

0 comments on commit d38fb33

Please sign in to comment.