mirror of
https://github.com/brianc/node-postgres.git
synced 2026-02-01 16:47:23 +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"
|
"ts-node": "^8.5.4"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "mocha -r ts-node/register src/**/*.test.ts"
|
"test": "mocha dist/**/*.test.js",
|
||||||
|
"prepublish": "tsc",
|
||||||
|
"pretest": "tsc"
|
||||||
},
|
},
|
||||||
"dependencies": {}
|
"dependencies": {}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user