Skip to content

Commit

Permalink
Update dev script
Browse files Browse the repository at this point in the history
  • Loading branch information
montalvomiguelo committed Aug 8, 2023
1 parent 9afc9c5 commit 71d3812
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ pnpm install

```bash
# Launch the Shopify and Vite servers in parallel
pnpm dev -- --store johns-apparel --live-reload full-page
pnpm dev --store johns-apparel --live-reload full-page
```

## Production
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "0.0.0",
"packageManager": "pnpm@7.12.0",
"scripts": {
"dev": "concurrently --raw --kill-others --passthrough-arguments \"pnpm run dev:shopify {@}\" \"pnpm run dev:vite\"",
"dev": "concurrently --raw --kill-others --passthrough-arguments \"pnpm run dev:shopify {@}\" \"pnpm run dev:vite\" --",
"dev:shopify": "shopify theme dev",
"dev:vite": "vite",
"deploy": "pnpm run build && pnpm run deploy:shopify",
Expand Down

0 comments on commit 71d3812

Please sign in to comment.