We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c68b1c5 commit c807ce1Copy full SHA for c807ce1
packages/language/package.json
@@ -11,6 +11,7 @@
11
"type": "module",
12
"scripts": {
13
"build": "pnpm langium:generate && tsc --noEmit && tsup-node",
14
+ "watch": "tsup-node --watch",
15
"lint": "eslint src --ext ts",
16
"langium:generate": "langium generate",
17
"langium:generate:production": "langium generate --mode=production",
0 commit comments