Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JiminSongSoftware committed Feb 20, 2023
1 parent 8f51861 commit c7dbcf4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Nexus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "java -jar /Users/jiminsong/Desktop/Nexus/NexusAPI/target/SpringSecurityApp-0.0.4-SNAPSHOT.jar",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"build-dev": "ng build --configuration=development",
"vercel-build": "ng build --prod && ng run Nexus:server:production",
"build:ssr": "ng build --prod && ng run nexus:server:production"
"vercel-build": "npm run build:ssr"
},
"private": true,
"dependencies": {
Expand Down

0 comments on commit c7dbcf4

Please sign in to comment.