Skip to content

Commit

Permalink
#45 netlify out folder
Browse files Browse the repository at this point in the history
  • Loading branch information
joepio committed Jan 4, 2023
1 parent a9d8cb4 commit e30d829
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion amplify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ frontend:
phases:
preBuild:
commands:
# https://github.com/aws-amplify/amplify-cli/issues/6382#issuecomment-1145087901
- npx pnpm install
- node --version
build:
commands:
- npx pnpm build
Expand Down
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[build]
command = "npm run build"
functions = "out_functions"
publish = "out_publish"
publish = "out"

1 comment on commit e30d829

@vercel
Copy link

@vercel vercel bot commented on e30d829 Jan 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

home – ./

home-git-main-ontola.vercel.app
home-sage-nine.vercel.app
home-ontola.vercel.app

Please sign in to comment.