Skip to content

Commit

Permalink
chore: ensure tests run before version bump [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
boneskull committed Jan 31, 2020
1 parent c81b6b0 commit beb1a00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"prepublish:docs": "npm run build:docs",
"prepublishOnly": "npm run build",
"pretest": "npm run build:dist",
"preversion": "npm test",
"publish:docs": "gh-pages -d packages/docs/public",
"test": "nyc mocha \"./packages/*/test/**/*.spec.js\""
},
Expand Down

0 comments on commit beb1a00

Please sign in to comment.