Skip to content

Commit e13f014

Browse files
committed
add build and test to package.json
1 parent 31ac85d commit e13f014

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
"types": "src/index.d.ts",
77
"author": "Jon S. Stevens <latchkey@gmail.com>",
88
"license": "MIT",
9+
"scripts": {
10+
"build": "tsc",
11+
"test": "node src/test/Run"
12+
},
913
"devDependencies": {
1014
"@types/got": "^7.1.3",
1115
"@types/node": "^8.0.26",

0 commit comments

Comments
 (0)