Skip to content

Commit

Permalink
Update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
montalvomiguelo committed Sep 29, 2023
1 parent 463f006 commit 92718c2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"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:shopify": "shopify theme dev",
"dev:vite": "vite",
"deploy": "pnpm run build && pnpm run deploy:shopify",
"deploy:shopify": "shopify theme push",
"dev": "concurrently --raw --kill-others --passthrough-arguments \"pnpm run shopify:dev {@}\" \"pnpm run vite:dev\" --",
"build": "vite build",
"deploy": "pnpm run build && pnpm run shopify:deploy",
"lint": "eslint .",
"format": "prettier -w . --cache --plugin-search-dir=."
"format": "prettier -w . --cache --plugin-search-dir=.",
"vite:dev": "vite",
"shopify:dev": "shopify theme dev",
"shopify:deploy": "shopify theme push"
},
"devDependencies": {
"@shopify/prettier-plugin-liquid": "^1.1.0",
Expand Down

0 comments on commit 92718c2

Please sign in to comment.