Skip to content

Commit

Permalink
Updating the CICD pipeline Workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
DotCipher committed Apr 3, 2024
1 parent 53a9276 commit ccc6288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build:ci": "ng build",
"build:ci": "npm install -D tailwindcss postcss autoprefixer && ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"test:ci": "ng test --watch=false --browsers=ChromeHeadlessCustom"
Expand Down

0 comments on commit ccc6288

Please sign in to comment.