mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-06-07 08:05:01 +00:00
feat: add config-checker page
This commit is contained in:
parent
83d35052c3
commit
bca5d05d72
11 changed files with 19158 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
|||
"migrate-rollback-prod": "npm run migrate-rollback",
|
||||
"migrate-rollback-dev": "npm run build && npm run migrate-rollback",
|
||||
"validate-active-configs": "node --enable-source-maps dist/validateActiveConfigs.js > ../config-errors.txt",
|
||||
"export-config-json-schema": "node --enable-source-maps dist/exportSchemas.js",
|
||||
"export-config-json-schema": "node --enable-source-maps dist/exportSchemas.js ../config-checker/public/config-schema.json",
|
||||
"test": "npm run build && npm run run-tests",
|
||||
"run-tests": "ava",
|
||||
"test-watch": "tsc-watch --build --onSuccess \"npx ava\""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue