Skip to content

Commit

Permalink
ci: ⚡ enable nx remote cache
Browse files Browse the repository at this point in the history
  • Loading branch information
lehuygiang28 committed Jun 29, 2024
1 parent 8c69b5e commit d20dfda
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"scripts": {
"fe": "yarn nx dev:rf fe",
"be": "yarn nx serve be --configuration=development",
"fe:build": "yarn nx build fe --skip-nx-cache",
"fe:prod": "yarn nx start fe --configuration=production --skip-nx-cache",
"be:prod": "yarn nx serve be --configuration=production --skip-nx-cache"
"fe:build": "yarn nx build fe",
"fe:prod": "yarn nx start fe --configuration=production",
"be:prod": "yarn nx serve be --configuration=production"
},
"dependencies": {
"@ant-design/icons": "^5.3.7",
Expand Down
2 changes: 1 addition & 1 deletion vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"framework": "nextjs",
"regions": ["sin1"],
"installCommand": "yarn install --immutable",
"buildCommand": "yarn nx build fe --skip-nx-cache",
"buildCommand": "yarn nx build fe",
"outputDirectory": "dist/apps/fe/.next",
"cleanUrls": true
}

0 comments on commit d20dfda

Please sign in to comment.