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

View File

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

View File

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