Skip to content

Commit

Permalink
add prepublish script (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish authored Apr 1, 2020
1 parent 2289dcd commit 9aa64d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"test": "mocha --require ts-node/register --reporter=dot test/**/*-test.ts --timeout=10000",
"test-formatting": "test/check-formatting.sh",
"format": "scripts/format.sh",
"type-check": "tsc --allowJs --checkJs --noEmit --target es2016 *.js"
"type-check": "tsc --allowJs --checkJs --noEmit --target es2016 *.js",
"prepublishOnly": "npm run build && npm run test"
},
"devDependencies": {
"@types/mkdirp": "^0.5.2",
Expand Down

0 comments on commit 9aa64d6

Please sign in to comment.