@contember/cli-common
Advanced tools
Comparing version 1.0.0-rc.11 to 1.0.0-rc.12
{ | ||
"name": "@contember/cli-common", | ||
"version": "1.0.0-rc.11", | ||
"version": "1.0.0-rc.12", | ||
"license": "Apache-2.0", | ||
@@ -16,3 +16,3 @@ "main": "dist/src/index.js", | ||
"dependencies": { | ||
"@contember/config-loader": "^1.0.0-rc.11", | ||
"@contember/config-loader": "^1.0.0-rc.12", | ||
"chalk": "^4.1.0", | ||
@@ -19,0 +19,0 @@ "download-tarball": "^2.0.0", |
@@ -9,3 +9,4 @@ { | ||
"build-admin": "tsc --project admin && vite build admin", | ||
"build-api": "tsc --project api" | ||
"build-api": "tsc --project api", | ||
"deploy": "docker-compose run -e CONTEMBER_TOKEN= contember-cli deploy" | ||
}, | ||
@@ -12,0 +13,0 @@ "devDependencies": { |
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
145522