Skip to content

Commit cc3b093

Browse files
authored
Merge pull request brianc#2045 from brianc/bmc/add-pretest-and-prepublish
Add pretest and prepublish script
2 parents 3278dce + 01e0644 commit cc3b093

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/pg-packet-stream/package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@
1515
"ts-node": "^8.5.4"
1616
},
1717
"scripts": {
18-
"test": "mocha -r ts-node/register src/**/*.test.ts"
18+
"test": "mocha dist/**/*.test.js",
19+
"prepublish": "tsc",
20+
"pretest": "tsc"
1921
},
2022
"dependencies": {}
2123
}

0 commit comments

Comments
 (0)