This commit is contained in:
msuthar09 2022-12-06 10:56:26 -05:00
parent 13adaf1b07
commit 20242816c1
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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",

View File

@ -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",