Skip to content

Commit

Permalink
remove generate script
Browse files Browse the repository at this point in the history
  • Loading branch information
lkostrowski committed Oct 10, 2024
1 parent bb32977 commit 352de27
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions apps/avatax/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,15 @@
"name": "app-avatax",
"version": "1.10.5",
"scripts": {
"build": "pnpm generate && next build",
"build": "next build",
"check-types": "tsc --noEmit",
"deploy": "tsx --require dotenv/config ./scripts/deploy.ts",
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",
"dev:debug": "APP_LOG_LEVEL=debug pnpm dev",
"e2e": "vitest --project e2e --watch=false",
"e2e:watch": "vitest --project e2e --watch",
"fetch-schema": "curl https://raw.githubusercontent.com/saleor/saleor/${npm_package_saleor_schemaVersion}/saleor/graphql/schema.graphql > graphql/schema.graphql",
"generate": "pnpm run generate:app && pnpm run generate:e2e",
"generate:app": "graphql-codegen --config .graphqlrc.ts",
"generate": " pnpm run generate:e2e",
"generate:e2e": "graphql-codegen --config .graphqlrc.ts --project e2e",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
Expand Down

0 comments on commit 352de27

Please sign in to comment.