pnpm lock

This commit is contained in:
Lukasz Ostrowski 2023-01-20 17:09:33 +01:00
parent 1a6d39e2be
commit b9e3b5ca26
2 changed files with 7758 additions and 178 deletions

View file

@ -8,8 +8,7 @@
"start": "next start", "start": "next start",
"lint": "pnpm generate && prettier --loglevel warn --write . && eslint --fix .", "lint": "pnpm generate && prettier --loglevel warn --write . && eslint --fix .",
"fetch-schema": "curl https://raw.githubusercontent.com/saleor/saleor/${npm_package_saleor_schemaVersion}/saleor/graphql/schema.graphql > graphql/schema.graphql", "fetch-schema": "curl https://raw.githubusercontent.com/saleor/saleor/${npm_package_saleor_schemaVersion}/saleor/graphql/schema.graphql > graphql/schema.graphql",
"generate": "graphql-codegen", "generate": "graphql-codegen"
"prepare": "husky install"
}, },
"saleor": { "saleor": {
"schemaVersion": "3.4" "schemaVersion": "3.4"

File diff suppressed because it is too large Load diff