Skip to content

Commit

Permalink
test: fake passing test
Browse files Browse the repository at this point in the history
  • Loading branch information
gojutin committed Mar 9, 2022
1 parent b8e04e1 commit 5a3580b
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 @@ -18,7 +18,7 @@
"build": "microbundle --jsx React.createElement --external react --define process.env.NODE_ENV=production --name reactHookYoutube --output dist",
"dev": "microbundle watch",
"release": "np --no-publish",
"test": "exit 1"
"test": "exit 0"
},
"devDependencies": {
"@commitlint/cli": "^16.2.1",
Expand Down

0 comments on commit 5a3580b

Please sign in to comment.