mirror of
https://github.com/vercel/commerce.git
synced 2025-05-18 07:26:59 +00:00
Copy all files
This commit is contained in:
parent
d0b3f98a88
commit
f0dc30727d
7
.gitignore
vendored
7
.gitignore
vendored
@ -40,5 +40,12 @@ yarn-error.log*
|
|||||||
.turbo
|
.turbo
|
||||||
|
|
||||||
# Temporal setup to fix Commerce deployments done by the Deploy Button
|
# Temporal setup to fix Commerce deployments done by the Deploy Button
|
||||||
|
# It's a priority to get rid of this ASAP
|
||||||
/.next
|
/.next
|
||||||
/public
|
/public
|
||||||
|
/assets
|
||||||
|
/components
|
||||||
|
/config
|
||||||
|
/lib
|
||||||
|
/pages
|
||||||
|
/public
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
"packages/*"
|
"packages/*"
|
||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "turbo run build --scope=next-commerce --include-dependencies --no-deps && cp -r ./site/.next .next && cp -r ./site/public public",
|
"build": "turbo run build --scope=next-commerce --include-dependencies --no-deps && cp -r ./site .",
|
||||||
"dev": "turbo run dev",
|
"dev": "turbo run dev",
|
||||||
"start": "turbo run start",
|
"start": "turbo run start",
|
||||||
"prettier-fix": "prettier --write ."
|
"prettier-fix": "prettier --write ."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user