Skip to content
This repository was archived by the owner on Jun 8, 2022. It is now read-only.

Commit 3d221d9

Browse files
committed
install Cypress on post-install, ughh
1 parent 24593f3 commit 3d221d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
"serve": "gatsby serve",
3838
"clean": "gatsby clean",
3939
"test": "cypress run",
40-
"cy:open": "cypress open"
40+
"cy:open": "cypress open",
41+
"postinstall": "cypress install"
4142
},
4243
"repository": {
4344
"type": "git",

0 commit comments

Comments
 (0)