Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
ci: add build, install and output to vercel config
Browse files Browse the repository at this point in the history
  • Loading branch information
domjtalbot committed Apr 26, 2023
1 parent 587fec1 commit 6fbaa93
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .npmrc-vercel
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
strict-peer-dependencies=false
auto-install-peers=false
5 changes: 4 additions & 1 deletion vercel.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"buildCommand": "pnpm nx run sdk-nextjs:build",
"github": {
"enabled": false
}
},
"installCommand": "mv .npmrc .npmrc-dev && mv .npmrc-vercel .npmrc && pnpm install",
"outputDirectory": "dist/examples/sdk-nextjs/.next"
}

0 comments on commit 6fbaa93

Please sign in to comment.