Skip to content

Commit

Permalink
chore: use test:ci to fix release hook (#615)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando authored Apr 16, 2021
1 parent e2ae125 commit 93ddd2a
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 @@ -28,7 +28,7 @@
},
"hooks": {
"before:init": [
"npm run test"
"npm run test:ci"
]
},
"npm": {
Expand Down

0 comments on commit 93ddd2a

Please sign in to comment.