Skip to content

Commit 74ba320

Browse files
committed
add script section to package.json
1 parent 83bffa6 commit 74ba320

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@
2828
"ts-jest": "^29.1.0",
2929
"typescript": "^5.0.4"
3030
},
31+
"scripts": {
32+
"build": "tsc",
33+
"test": "jest",
34+
"prepublishOnly": "npm run build"
35+
},
3136
"files": [
3237
"dist",
3338
"LICENSE",

0 commit comments

Comments
 (0)