mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +00:00
Add pretest and prepublish script
This commit is contained in:
parent
3278dced6e
commit
01e0644b99
@ -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": {}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user