Skip to content

Commit

Permalink
Fix npm run test command to pass CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
DemianParkhomenko committed May 7, 2024
1 parent d7f0b8c commit c04c0aa
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 @@ -39,7 +39,7 @@
},
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\""
},
"type": "module",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit c04c0aa

Please sign in to comment.