@zenstackhq/language
Advanced tools
Comparing version 1.0.0-alpha.19 to 1.0.0-alpha.20
{ | ||
"name": "@zenstackhq/language", | ||
"version": "1.0.0-alpha.19", | ||
"version": "1.0.0-alpha.20", | ||
"displayName": "ZenStack modeling language compiler", | ||
@@ -15,2 +15,3 @@ "description": "ZenStack modeling language compiler", | ||
"concurrently": "^7.4.0", | ||
"copyfiles": "^2.4.1", | ||
"langium-cli": "^1.0.0", | ||
@@ -28,5 +29,5 @@ "rimraf": "^3.0.2", | ||
"lint": "eslint src --ext ts", | ||
"build": "pnpm lint && pnpm clean && pnpm generate && tsc && cp ./README.md ./package.json dist/", | ||
"build": "pnpm lint && pnpm clean && pnpm generate && tsc && copyfiles -F ./README.md ./LICENSE ./package.json dist", | ||
"publish-dev": "pnpm build && pnpm publish --tag dev" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
120356
5