mirror of
https://github.com/brianc/node-postgres.git
synced 2026-01-18 15:55:05 +00:00
Merge pull request #2045 from brianc/bmc/add-pretest-and-prepublish
Add pretest and prepublish script
This commit is contained in:
commit
cc3b09301b
@ -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