@contember/cli-common 1.2.0-rc.1 → 1.2.0-rc.3

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.2.0-rc.1",
3
+ "version": "1.2.0-rc.3",
4
4
  "license": "Apache-2.0",
5
5
  "main": "dist/src/index.js",
6
6
  "typings": "dist/src/index.d.ts",
@@ -2,7 +2,7 @@
2
2
  "scripts-template": {
3
3
  "contember": "docker-compose run contember-cli",
4
4
  "start": "npm run start-engine && npm run start-admin",
5
- "start-engine": "docker-compose up --detach && npm run contember migrations:execute . --yes",
5
+ "start-engine": "docker-compose up --detach && npm run contember migrations:execute --yes",
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",