We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 909ddc1 commit 6d5ad13Copy full SHA for 6d5ad13
package.json
@@ -148,7 +148,7 @@
148
"server": "binzx/otomi server",
149
"spellcheck": "cspell '/docs/**/**.md' '/values-schema.yaml' '/*.md' '/.values/README.md'",
150
"tasks:copy-certs": "binzx/otomi task -n copyCerts",
151
- "test": "run-s test:ts lint validate-values validate-templates",
+ "test": "run-s test:ts lint validate-values validate-templates bootstrap-dev",
152
"test:opa": "NODE_ENV=test binzx/otomi x opa test policies -v",
153
"test:ts": "ENV_DIR=$PWD/tests/fixtures NODE_ENV=test jest",
154
"test:ts-cov": "jest --coverage",
0 commit comments