Skip to content

Commit

Permalink
chore(storefront): Add @vue/runtime-core to dev deps, remove build …
Browse files Browse the repository at this point in the history
…script
  • Loading branch information
leomp12 committed Aug 16, 2023
1 parent b116499 commit bbf446e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions packages/storefront/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"scripts": {
"dev": "astro dev",
"start": "astro dev --host",
"build": "astro build",
"build:ssr": "astro build",
"build:static": "BUILD_OUTPUT=static astro build",
"build:prod": "bash scripts/build-prod.sh",
"preview": "astro preview",
Expand Down Expand Up @@ -59,6 +59,7 @@
},
"devDependencies": {
"@cloudcommerce/eslint": "workspace:*",
"@cloudcommerce/types": "workspace:*"
"@cloudcommerce/types": "workspace:*",
"@vue/runtime-core": "^3.3.4"
}
}
}

0 comments on commit bbf446e

Please sign in to comment.