Skip to content

Commit 9a1cb23

Browse files
feat: run e2e tests during validation
1 parent 586a6d8 commit 9a1cb23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"test:watch": "pnpm test -- --watch",
4646
"test:update": "pnpm test -- --updateSnapshot --coverage",
4747
"setup": "pnpm install && pnpm validate",
48-
"validate": "pnpm lint && pnpm test:nocache",
48+
"validate": "pnpm lint && pnpm test:nocache && pnpm e2e",
4949
"release": "standard-version"
5050
},
5151
"standard-version": {

0 commit comments

Comments
 (0)