@contember/cli-common 1.0.0-rc.9 → 1.1.0-alpha.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contember/cli-common",
3
- "version": "1.0.0-rc.9",
3
+ "version": "1.1.0-alpha.2",
4
4
  "license": "Apache-2.0",
5
5
  "main": "dist/src/index.js",
6
6
  "typings": "dist/src/index.d.ts",
@@ -13,7 +13,7 @@
13
13
  "@types/npm-package-arg": "^6.1.0"
14
14
  },
15
15
  "dependencies": {
16
- "@contember/config-loader": "^1.0.0-rc.9",
16
+ "@contember/config-loader": "^1.1.0-alpha.2",
17
17
  "chalk": "^4.1.0",
18
18
  "download-tarball": "^2.0.0",
19
19
  "fs-extra": "^10.0.0",
@@ -6,7 +6,8 @@
6
6
  "start-admin": "vite admin --port 1480 --host 0.0.0.0",
7
7
  "build": "npm run build-admin && npm run build-api",
8
8
  "build-admin": "tsc --project admin && vite build admin",
9
- "build-api": "tsc --project api"
9
+ "build-api": "tsc --project api",
10
+ "deploy": "docker-compose run -e CONTEMBER_TOKEN= contember-cli deploy"
10
11
  },
11
12
  "devDependencies": {
12
13
  "@contember/schema": "{version}",