Skip to content

Commit 9fa6103

Browse files
committed
revert postinstall hook
1 parent 5893f57 commit 9fa6103

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/nextjs-shopify/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
"build:analyze": "cross-env ANALYZE=true yarn build",
99
"start": "next start",
1010
"lint": "next lint",
11-
"generate": "yarn sdk-gen generate --dir src/storefront/sdk-gen",
12-
"postinstall": "yarn generate"
11+
"generate": "yarn sdk-gen generate --dir src/storefront/sdk-gen"
1312
},
1413
"dependencies": {
1514
"@bsmnt/drop": "*",

0 commit comments

Comments
 (0)