Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
xidedix committed Jan 16, 2025
1 parent 5d6408f commit 75cedd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"watch:lib:dev": "ng build coreui-angular --watch --configuration production",
"build:lib:prod": "ng build coreui-angular",
"postbuild:lib:prod": "npm run build --prefix projects/coreui-angular",
"test:lib:dev": "ng test --no-watch --code-coverage coreui-angular ",
"test:lib:dev": "ng test coreui-angular",
"test:lib:prod": "ng test coreui-angular --karma-config=projects/coreui-angular/karma.conf.github.js",
"prepublish:lib": "npm run prepublish:icons && ng lint coreui-angular && ng test coreui-angular --watch=false && npm run build:lib:prod",
"publish:lib": "cd dist/coreui-angular/ && npm publish --tag next --dry-run",
Expand Down

0 comments on commit 75cedd5

Please sign in to comment.