Skip to content

Commit

Permalink
build: remove the now unnecessay ts-node hack
Browse files Browse the repository at this point in the history
  • Loading branch information
alvis committed Jun 2, 2022
1 parent e0a41d9 commit 37109ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"description": "end to end test for the plugin",
"private": true,
"scripts": {
"build": "ts-node-cwd --transpile-only -- ../node_modules/.bin/gatsby build --verbose",
"build": "gatsby build --verbose",
"prepare": "presetter bootstrap",
"start": "start-server-and-test start:gatsby 8000 \"cypress open\"",
"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",
"test": "start-server-and-test start:gatsby 8000 \"cypress run\""
},
"devDependencies": {
Expand Down

0 comments on commit 37109ea

Please sign in to comment.