@contember/cli-common 1.3.0-alpha.6 → 1.3.0-alpha.8

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.3.0-alpha.6",
3
+ "version": "1.3.0-alpha.8",
4
4
  "license": "Apache-2.0",
5
5
  "main": "dist/src/index.js",
6
6
  "typings": "dist/src/index.d.ts",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "scripts-template": {
3
- "contember": "docker-compose run contember-cli",
3
+ "contember": "docker-compose run --rm contember-cli",
4
4
  "start": "npm run start-engine && npm run start-admin",
5
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",