pnpm lock
This commit is contained in:
parent
1a6d39e2be
commit
b9e3b5ca26
2 changed files with 7758 additions and 178 deletions
|
@ -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"
|
||||||
|
|
7933
pnpm-lock.yaml
7933
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue