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 3d07c29 commit d6f22d2Copy full SHA for d6f22d2
package.json
@@ -24,7 +24,7 @@
24
"scripts": {
25
"storybook": "start-storybook -s ./node_modules/@salesforce-ux/design-system -p 9001 -c .storybook",
26
"test": "echo \"no test to run\"",
27
- "pretest:visual": "storycap --serverCmd \"npm run storybook -- --ci\" http://localhost:9001 -o images --serverTimeout 3600000 --captureTimeout 10000 --delay 2000",
+ "pretest:visual": "storycap --serverCmd \"NODE_ENV=test npm run storybook -- --ci\" http://localhost:9001 -o images --serverTimeout 3600000 --captureTimeout 10000 --delay 2000",
28
"test:visual": "reg-suit -v run",
29
"type-check": "tsc --noEmit",
30
"type-check:watch": "npm run type-check -- --watch",
0 commit comments