Skip to content
This repository was archived by the owner on Sep 27, 2023. It is now read-only.

Commit 2739805

Browse files
committed
Call syncFixtures to get fixtures from relay path
1 parent 64de514 commit 2739805

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"prettier": "prettier --write '{src,types,test}/**/*.ts'",
3939
"prepublish": "npm run build",
4040
"relay": "node bin/relay-compiler.js --schema test/schema.graphql --src test/ --outputDir __generated__",
41-
"sync-fixtures": "ts-node ./syncFixture.ts",
41+
"sync-fixtures": "ts-node ./syncFixtures.ts",
4242
"test": "npm run type-check && jest",
4343
"watch": "concurrently 'tsc --watch' 'chokidar \"lib/**/*.js\" -c \"yalc publish --force --push\"'",
4444
"type-check": "tsc --noEmit --pretty"
File renamed without changes.

0 commit comments

Comments
 (0)