We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a1ab44 commit 563c16dCopy full SHA for 563c16d
package.json
@@ -33,6 +33,7 @@
33
"dc-up-debug-tls": "npm run dc-orchestrator-testers -- -f ./compose/orchestrator-testers-compose.debug_tls-scanner.yml up",
34
"// Full system run": "dc-build, dc-up, dc-down",
35
"dc-build": "npm run dc-orchestrator-testers build",
36
+ "dc-build-no-cache": "npm run dc-orchestrator-testers build -- --no-cache",
37
"dc-up": "npm run dc-orchestrator-testers up",
38
"dc-down": "npm run dc-orchestrator-testers down",
39
"//": "Containers must be up before running exec commands.",
0 commit comments