We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41821f9 commit 0760777Copy full SHA for 0760777
example/package.json
@@ -7,7 +7,8 @@
7
"cypress": "cypress open",
8
"cypress:headless": "cypress run",
9
"e2e": "start-server-and-test start http://localhost:3000 cypress",
10
- "e2e:headless": "start-server-and-test start http://localhost:3000 cypress:headless"
+ "e2e:headless": "start-server-and-test start http://localhost:3000 cypress:headless",
11
+ "preinstall": "cd .. && yarn install && yarn build"
12
},
13
"dependencies": {
14
"next": "latest",
0 commit comments