Skip to content
This repository has been archived by the owner on Jun 19, 2023. It is now read-only.

Commit

Permalink
add preversion task
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcgahan committed Sep 22, 2016
1 parent a7b3526 commit 120ba0f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"name": "meetup-web-platform",
"version": "1.0.0",
"version": "0.1.0",
"description": "A collection of Node web application utilities developed for the Meetup web platform",
"scripts": {
"test": "jest"
"test": "jest",
"preversion": "npm test"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 120ba0f

Please sign in to comment.