Skip to content

Commit

Permalink
Add production mode
Browse files Browse the repository at this point in the history
  • Loading branch information
msujew committed Sep 19, 2024
1 parent 0fd4151 commit d92d2c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/generator-langium/templates/core/.package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"watch": "tsc -b <%= tsconfig %> --watch",
"lint": "eslint src --ext ts",
"langium:generate": "langium generate",
"langium:generate:production": "langium generate --mode=production",
"langium:watch": "langium generate --watch"
},
"dependencies": {
Expand Down

0 comments on commit d92d2c4

Please sign in to comment.