Skip to content

Commit

Permalink
Don't use graphql-codegen-esm
Browse files Browse the repository at this point in the history
Throws "loadTs is not a function" exception
  • Loading branch information
tobiasdiez committed Aug 13, 2022
1 parent af822a7 commit 2254f1d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@
"storybook": "start-storybook -p 6006 --preview-url=http://localhost:3000/_storybook/external-iframe --no-manager-cache",
"storybook:build": "build-storybook",
"storybook:publish": "chromatic --exit-zero-on-changes --build-script-name storybook:build",
"graphql:generate": "graphql-codegen-esm",
"graphql:generate:watch": "graphql-codegen-esm --watch",
"graphql:generate": "graphql-codegen",
"graphql:generate:watch": "graphql-codegen --watch",
"graphql:validate": "graphql-inspector validate --apollo '{pages,components}/**/*.vue' 'server/**/*.graphql'",
"docker:redis": "docker run -d --rm --name JabRefRedis -p 6380:6379 redis --requirepass jabref",
"lint": "yarn lint:js && yarn lint:graphql",
"lint:js": "eslint --ext .ts,.js,.vue --ignore-path .gitignore .",
"lint:graphql": "eslint --ext .graphql,.vue --ignore-path .gitignore .",
"postinstall": "patch-package && yarn generate && nuxi prepare || true",
"postinstall": "patch-package && yarn generate && nuxi prepare",
"test": "cross-env NODE_OPTIONS=--experimental-vm-modules jest --runInBand",
"test:integration": "cross-env NODE_OPTIONS=--experimental-vm-modules jest test.ts --runInBand",
"test:unit": "cross-env NODE_OPTIONS=--experimental-vm-modules jest spec.ts",
Expand Down

0 comments on commit 2254f1d

Please sign in to comment.