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 e0a41d9 commit 37109eaCopy full SHA for 37109ea
e2e/package.json
@@ -4,10 +4,10 @@
4
"description": "end to end test for the plugin",
5
"private": true,
6
"scripts": {
7
- "build": "ts-node-cwd --transpile-only -- ../node_modules/.bin/gatsby build --verbose",
+ "build": "gatsby build --verbose",
8
"prepare": "presetter bootstrap",
9
"start": "start-server-and-test start:gatsby 8000 \"cypress open\"",
10
- "start:gatsby": "cross-env CYPRESS_SUPPORT=y ts-node-cwd --transpile-only -- ../node_modules/.bin/gatsby develop --port 8000 --verbose",
+ "start:gatsby": "cross-env CYPRESS_SUPPORT=y gatsby develop --port 8000 --verbose",
11
"test": "start-server-and-test start:gatsby 8000 \"cypress run\""
12
},
13
"devDependencies": {
0 commit comments