Skip to content

Commit

Permalink
Add pretest and prepublish script
Browse files Browse the repository at this point in the history
  • Loading branch information
brianc committed Dec 27, 2019
1 parent 3278dce commit 01e0644
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/pg-packet-stream/package.json
Expand Up @@ -15,7 +15,9 @@
"ts-node": "^8.5.4"
},
"scripts": {
"test": "mocha -r ts-node/register src/**/*.test.ts"
"test": "mocha dist/**/*.test.js",
"prepublish": "tsc",
"pretest": "tsc"
},
"dependencies": {}
}

0 comments on commit 01e0644

Please sign in to comment.