@zenstackhq/language 1.2.0 → 1.2.2
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 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zenstackhq/language",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.2",
|
|
4
4
|
"displayName": "ZenStack modeling language compiler",
|
|
5
5
|
"description": "ZenStack modeling language compiler",
|
|
6
6
|
"homepage": "https://zenstack.dev",
|
|
@@ -42,7 +42,6 @@
|
|
|
42
42
|
"generate": "langium generate",
|
|
43
43
|
"watch": "concurrently \"langium generate --watch\" \"tsc --watch\"",
|
|
44
44
|
"lint": "eslint src --ext ts",
|
|
45
|
-
"build": "pnpm lint && pnpm clean && pnpm generate && tsc && copyfiles -F ./README.md ./LICENSE ./package.json dist && pnpm pack dist --pack-destination '../../../.build'"
|
|
46
|
-
"publish-dev": "pnpm build && pnpm publish --tag dev"
|
|
45
|
+
"build": "pnpm lint && pnpm clean && pnpm generate && tsc && copyfiles -F ./README.md ./LICENSE ./package.json dist && pnpm pack dist --pack-destination '../../../.build'"
|
|
47
46
|
}
|
|
48
47
|
}
|