mirror of
https://github.com/vercel/commerce.git
synced 2025-05-16 22:46:58 +00:00
test3
This commit is contained in:
parent
13adaf1b07
commit
20242816c1
@ -27,7 +27,7 @@ jobs:
|
||||
action: 'upload'
|
||||
###### 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
|
||||
app_location: '/site' # App source code path
|
||||
app_location: '/' # App source code path
|
||||
api_location: '' # Api source code path - optional
|
||||
output_location: '' # Built app content directory - optional
|
||||
env: # Add environment variables here
|
||||
|
@ -3,7 +3,7 @@
|
||||
"license": "MIT",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build": "turbo run build --filter=next-commerce...",
|
||||
"build": "npm install pnpm && turbo run build --filter=next-commerce...",
|
||||
"dev": "turbo run dev",
|
||||
"start": "turbo run start",
|
||||
"types": "turbo run types",
|
||||
|
@ -4,7 +4,7 @@
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
"build": "next build && next export",
|
||||
"start": "next start",
|
||||
"analyze": "BUNDLE_ANALYZE=both next build",
|
||||
"lint": "next lint",
|
||||
|
Loading…
x
Reference in New Issue
Block a user