@zenstackhq/language 1.10.3 → 1.11.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zenstackhq/language",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.11.1",
|
|
4
4
|
"displayName": "ZenStack modeling language compiler",
|
|
5
5
|
"description": "ZenStack modeling language compiler",
|
|
6
6
|
"homepage": "https://zenstack.dev",
|
|
@@ -39,6 +39,6 @@
|
|
|
39
39
|
"generate": "langium generate && npx ts-node script/generate-plist.ts",
|
|
40
40
|
"watch": "concurrently \"langium generate --watch\" \"tsc --watch\"",
|
|
41
41
|
"lint": "eslint src --ext ts",
|
|
42
|
-
"build": "pnpm lint --max-warnings=0 && pnpm clean && pnpm generate && tsc && copyfiles -F ./README.md ./LICENSE ./package.json 'syntaxes/**/*' dist && pnpm pack dist --pack-destination
|
|
42
|
+
"build": "pnpm lint --max-warnings=0 && pnpm clean && pnpm generate && tsc && copyfiles -F ./README.md ./LICENSE ./package.json 'syntaxes/**/*' dist && pnpm pack dist --pack-destination ../../../.build"
|
|
43
43
|
}
|
|
44
44
|
}
|