diff --git a/.publishrc b/.publishrc index 9103389..53ce782 100644 --- a/.publishrc +++ b/.publishrc @@ -9,5 +9,5 @@ }, "confirm": true, "publishTag": "latest", - "prePublishScript": "test" -} \ No newline at end of file + "prePublishScript": "npm test" +}