Skip to content

Commit

Permalink
test: next export
Browse files Browse the repository at this point in the history
  • Loading branch information
mxmlnwbr committed Sep 19, 2023
1 parent 789389e commit e460da7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
# For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig
app_location: '/' # App source code path
api_location: '' # Api source code path - optional
#output_location: ''
output_location: '.next/standalone' # Built app content directory - optional
output_location: ''
# output_location: '.next/standalone' # Built app content directory - optional
###### End of Repository/Build Configurations ######
env: # Add environment variables here
ENABLE_PREVIEW_FEATURES: true
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
"private": true,
"scripts": {
"prebuild": "npm run prisma:generate",
"build": "npm-run-all build:next",
"build": "npm-run-all build:next next:export",
"build:next": "next build",
"next:export": "next export",
"predev": "npm-run-all prisma:generate",
"dev": "doppler run --config dev -- next dev",
"format": "prettier --write .",
Expand Down

0 comments on commit e460da7

Please sign in to comment.