Skip to content

Commit

Permalink
test: skip app build
Browse files Browse the repository at this point in the history
  • Loading branch information
mxmlnwbr committed Sep 19, 2023
1 parent 6d9e8da commit 63f859c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
api_location: '' # Api source code path - optional
output_location: ''
# output_location: '.next/standalone' # Built app content directory - optional
skip_app_build: true # Skip build step - optional
###### End of Repository/Build Configurations ######
env: # Add environment variables here
ENABLE_PREVIEW_FEATURES: true
Expand Down
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
// output: 'standalone'
// output: 'standalone',
reactStrictMode: true,
typescript: {
ignoreBuildErrors: true,
Expand Down

0 comments on commit 63f859c

Please sign in to comment.