Skip to content

Commit

Permalink
fix(package.json): fix test run script
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorenzo Iovino committed Jul 10, 2024
1 parent 894dc99 commit 9dc6a60
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 @@ -5,7 +5,7 @@
"ng": "./node_modules/.bin/ng",
"start": "node node_modules/@angular/cli/bin/ng serve",
"build": "node node_modules/@angular/cli/bin/ng build --configuration production",
"test": "node node_modules/@angular/cli/bin/ng test lib",
"test": "node node_modules/@angular/cli/bin/ng test lib --browsers=ChromeHeadless",
"release:minor": "cd ./projects/lib/ && npm version minor",
"release:major": "cd ./projects/lib/ && npm version major",
"release:patch": "cd ./projects/lib/ && npm version patch",
Expand Down

0 comments on commit 9dc6a60

Please sign in to comment.