Skip to content

Commit 36ef180

Browse files
committed
Test build fix
1 parent a6c8f78 commit 36ef180

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@
1616
"report:coverage": "nyc report --reporter=html",
1717
"report:coverage:text": "nyc report --reporter=text",
1818
"sb": "storybook dev -p 6006",
19-
"sb:build": "storybook build -o build/storybook"
19+
"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'"
2022
},
2123
"dependencies": {
2224
"@datadog/browser-logs": "^4.21.2",

0 commit comments

Comments
 (0)