Skip to content

Commit

Permalink
rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
JiminSongSoftware committed Feb 20, 2023
1 parent 1abf24c commit 8f51861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Nexus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"watch": "ng build --watch --configuration development",
"test": "ng test",
"build-dev": "ng build --configuration=development",
"vercel-build": "npm run build:ssr",
"vercel-build": "ng build --prod && ng run Nexus:server:production",
"build:ssr": "ng build --prod && ng run nexus:server:production"
},
"private": true,
Expand Down

0 comments on commit 8f51861

Please sign in to comment.