Skip to content

Commit

Permalink
refactor(scripts): posttest => prestest
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-ciniawsky committed Oct 10, 2017
1 parent 476d2bd commit b82cae2
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 @@ -31,8 +31,8 @@
"lint": "standard",
"docs": "jsdoc2md lib/index.js > LOADER.md",
"postdocs": "npm run clean",
"pretest": "npm run clean",
"test": "jest --verbose --coverage",
"posttest": "npm run clean",
"release": "standard-version"
},
"jest": {
Expand Down

0 comments on commit b82cae2

Please sign in to comment.