Skip to content

Commit

Permalink
re-add test script
Browse files Browse the repository at this point in the history
  • Loading branch information
idleberg committed Jan 2, 2024
1 parent 4e89a74 commit 9bf8cde
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
"dev:lib": "npm run build:lib -- --watch",
"lint": "eslint ./src --ignore-path .gitignore",
"prepack": "npm run build",
"prepare": "husky install"
"prepare": "husky install",
"test": "echo \"Error: no test specified\" && exit 0"
},
"dependencies": {
"commander": "^11.1.0",
Expand Down

0 comments on commit 9bf8cde

Please sign in to comment.