Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
tigercosmos committed Mar 10, 2024
1 parent 93badd2 commit e7be68b
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 @@ -4,7 +4,7 @@
"description": "The more powerful JavaScript logger for NodeJS and browsers.",
"main": "index.js",
"scripts": {
"test": "./test/test_main.sh",
"test": "bash ./test/test_main.sh",
"test-windows": "powershell -File test/test_main.ps1"
},
"repository": {
Expand Down

0 comments on commit e7be68b

Please sign in to comment.