mirror of
https://github.com/vercel/commerce.git
synced 2025-05-17 06:56:59 +00:00
test3
This commit is contained in:
parent
13adaf1b07
commit
20242816c1
@ -27,7 +27,7 @@ jobs:
|
|||||||
action: 'upload'
|
action: 'upload'
|
||||||
###### Repository/Build Configurations - These values can be configured to match your app requirements. ######
|
###### Repository/Build Configurations - These values can be configured to match your app requirements. ######
|
||||||
# For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig
|
# For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig
|
||||||
app_location: '/site' # App source code path
|
app_location: '/' # App source code path
|
||||||
api_location: '' # Api source code path - optional
|
api_location: '' # Api source code path - optional
|
||||||
output_location: '' # Built app content directory - optional
|
output_location: '' # Built app content directory - optional
|
||||||
env: # Add environment variables here
|
env: # Add environment variables here
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "turbo run build --filter=next-commerce...",
|
"build": "npm install pnpm && turbo run build --filter=next-commerce...",
|
||||||
"dev": "turbo run dev",
|
"dev": "turbo run dev",
|
||||||
"start": "turbo run start",
|
"start": "turbo run start",
|
||||||
"types": "turbo run types",
|
"types": "turbo run types",
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "next dev",
|
"dev": "next dev",
|
||||||
"build": "next build",
|
"build": "next build && next export",
|
||||||
"start": "next start",
|
"start": "next start",
|
||||||
"analyze": "BUNDLE_ANALYZE=both next build",
|
"analyze": "BUNDLE_ANALYZE=both next build",
|
||||||
"lint": "next lint",
|
"lint": "next lint",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user