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 a6c8f78 commit 36ef180Copy full SHA for 36ef180
package.json
@@ -16,7 +16,9 @@
16
"report:coverage": "nyc report --reporter=html",
17
"report:coverage:text": "nyc report --reporter=text",
18
"sb": "storybook dev -p 6006",
19
- "sb:build": "storybook build -o build/storybook"
+ "sb:build": "storybook build -o build/storybook",
20
+ "cy:run": "cypress run --reporter junit",
21
+ "cy:ci": "start-server-and-test 'serve -s build -n -p 3000' http://localhost:3000 'cy:run'"
22
},
23
"dependencies": {
24
"@datadog/browser-logs": "^4.21.2",
0 commit comments