Skip to content

Commit

Permalink
Fix dev watch in hydrogen package (#835)
Browse files Browse the repository at this point in the history
  • Loading branch information
frandiox committed May 2, 2023
1 parent 65b397b commit 0f63085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/hydrogen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"scripts": {
"build": "tsup --clean --config ../../tsup.config.ts && npm run copy-hydrogen-react",
"copy-hydrogen-react": "node ../../scripts/copy-hydrogen-react.mjs",
"dev": "tsup --watch --config ../../tsup.config.ts --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs",
"dev": "tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs",
"typecheck": "tsc --noEmit",
"test": "vitest run",
"prepack": "npm run build",
Expand Down

0 comments on commit 0f63085

Please sign in to comment.