Skip to content

Commit 37109ea

Browse files
committed
build: remove the now unnecessay ts-node hack
1 parent e0a41d9 commit 37109ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

e2e/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"description": "end to end test for the plugin",
55
"private": true,
66
"scripts": {
7-
"build": "ts-node-cwd --transpile-only -- ../node_modules/.bin/gatsby build --verbose",
7+
"build": "gatsby build --verbose",
88
"prepare": "presetter bootstrap",
99
"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",
10+
"start:gatsby": "cross-env CYPRESS_SUPPORT=y gatsby develop --port 8000 --verbose",
1111
"test": "start-server-and-test start:gatsby 8000 \"cypress run\""
1212
},
1313
"devDependencies": {

0 commit comments

Comments
 (0)