Update deployment health checks. Fix UI bugs.
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
"test": "jest",
|
||||
"test:watch": "jest --watch",
|
||||
"test:feature": "jest --testPathPattern=src/features/${npm_config_feature}",
|
||||
"migrate": "npm run migrate:all",
|
||||
"migrate:all": "ts-node src/_system/migrations/run-all.ts",
|
||||
"migrate:feature": "ts-node src/_system/migrations/run-feature.ts",
|
||||
"schema:generate": "ts-node src/_system/schema/generate.ts",
|
||||
|
||||
Reference in New Issue
Block a user