|
80 | 80 | "setup:drafts-in-deployment": "mkdir -p /persistent/drafts && cp --verbose --update --recursive ../drafts-realm/. /persistent/drafts/",
|
81 | 81 | "setup:published-in-deployment": "mkdir -p /persistent/published && cp --verbose --update --recursive ../published-realm/. /persistent/published/",
|
82 | 82 | "setup:base-assets": "ts-node --transpileOnly ./scripts/setup-base.ts",
|
83 |
| - "start": "PGPORT=5435 NODE_NO_WARNINGS=1 ts-node --transpileOnly main", |
| 83 | + "start": "PGPORT=5435 PGDATABASE=boxel_dev NODE_NO_WARNINGS=1 ts-node --transpileOnly main", |
84 | 84 | "start:base": "./scripts/start-base.sh",
|
85 | 85 | "start:test-realms": "./scripts/start-test-realms.sh",
|
86 | 86 | "start:base:root": "./scripts/start-base-root.sh",
|
87 | 87 | "start:drafts:root": "./scripts/start-drafts-root.sh",
|
88 |
| - "start:all": "PGPORT=5435 ./scripts/start-all.sh", |
89 |
| - "start:without-matrix": "PGPORT=5435 ./scripts/start-without-matrix.sh", |
| 88 | + "start:all": "./scripts/start-all.sh", |
| 89 | + "start:without-matrix": "./scripts/start-without-matrix.sh", |
90 | 90 | "start:staging": "./scripts/start-staging.sh",
|
91 | 91 | "start:development": "./scripts/start-development.sh",
|
92 | 92 | "start:production": "./scripts/start-production.sh",
|
|
98 | 98 | "lint:glint": "glint",
|
99 | 99 | "migrate": "PGDATABASE=boxel ./scripts/ensure-db-exists.sh && PGPORT=5435 PGDATABASE=boxel PGUSER=postgres node-pg-migrate",
|
100 | 100 | "make-schema": "./scripts/schema-dump.sh",
|
101 |
| - "drop-db": "docker exec boxel-pg dropdb -U postgres -w boxel" |
| 101 | + "drop-db": "docker exec boxel-pg dropdb -U postgres -w", |
| 102 | + "drop-all-dbs": "./scripts/drop-all-dbs.sh" |
102 | 103 | },
|
103 | 104 | "volta": {
|
104 | 105 | "extends": "../../package.json"
|
|
0 commit comments