Skip to content

Commit

Permalink
Update test script in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
DaggieBlanqx committed Apr 10, 2024
1 parent 13319cc commit a451ae2
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 @@ -8,7 +8,7 @@
"scripts": {
"prettier": "prettier --ignore-path .prettierignore --config prettier.config.js --write .",
"quickpush": "cls && git status && git add * && git commit * -m \"Updated Code\" && git push",
"test": "echo \"Error: no test specified\" && exit 1",
"test": "echo \"Error: no test specified\" && exit 0",
"npmpublish": "npm run prettier && np"
},
"dependencies": {
Expand Down

0 comments on commit a451ae2

Please sign in to comment.