@builtbystack/sq-shopify-theme-sdk 0.0.16 → 0.0.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@builtbystack/sq-shopify-theme-sdk",
3
3
  "private": false,
4
- "version": "0.0.16",
4
+ "version": "0.0.17",
5
5
  "files": [
6
6
  "dist"
7
7
  ],
@@ -13,7 +13,7 @@
13
13
  "build": "tsc && vite build",
14
14
  "preview": "vite preview",
15
15
  "codegen": "graphql-codegen --config codegen.ts",
16
- "deploy": "npm run build && npm run doc && npm pack && npm publish"
16
+ "deploy": "npm run codegen && npm run build && npm run doc && npm pack && npm publish"
17
17
  },
18
18
  "publishConfig": {
19
19
  "access": "public"