Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bhagavan44 authored Feb 15, 2023
1 parent e4b7346 commit 5cc21e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "ng serve",
"build": "ng build",
"build-prod": "npm run config && ng build --configuration production && npm run post-build",
"config": "npm install -g [email protected] && ts-node ./resources/config.mjs",
"config": "npm install [email protected] && ts-node ./resources/config.mjs",
"post-build": "ts-node ./resources/post-build.mjs",
"test": "ng test",
"lint": "ng lint",
Expand Down Expand Up @@ -79,4 +79,4 @@
"protractor": "~7.0.0",
"typescript": "^4.9.4"
}
}
}

0 comments on commit 5cc21e9

Please sign in to comment.