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 586a6d8 commit 9a1cb23Copy full SHA for 9a1cb23
package.json
@@ -45,7 +45,7 @@
45
"test:watch": "pnpm test -- --watch",
46
"test:update": "pnpm test -- --updateSnapshot --coverage",
47
"setup": "pnpm install && pnpm validate",
48
- "validate": "pnpm lint && pnpm test:nocache",
+ "validate": "pnpm lint && pnpm test:nocache && pnpm e2e",
49
"release": "standard-version"
50
},
51
"standard-version": {
0 commit comments