We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a23603 commit 92a3a27Copy full SHA for 92a3a27
1 file changed
web/package.json
@@ -13,6 +13,7 @@
13
"cypress:run": "cypress run",
14
"cypress:run:component": "cypress run --component",
15
"cypress:run:ci": "NO_COLOR=1 npx cypress run --browser chrome",
16
+ "cypress:run:ci:component": "NO_COLOR=1 npx cypress run --browser chrome --component",
17
"delete:reports": "rm -rf gui_test_screenshots/* || true",
18
"i18n": "i18n-scripts/build-i18n.sh && node i18n-scripts/set-english-defaults.js",
19
"i18n-to-po": "node ./i18n-scripts/i18n-to-po.js",
0 commit comments