Skip to content

Commit e22c490

Browse files
authored
build: make package installable via git url (#252)
1 parent 3ced48d commit e22c490

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
"typescript": "4.0.2"
6060
},
6161
"scripts": {
62+
"prepare": "tsc -p ./tsconfig.build.json",
6263
"build": "rimraf lib && tsc -p ./tsconfig.build.json",
6364
"watch": "jest --watch",
6465
"coverage": "jest --coverage --maxWorkers 4",

0 commit comments

Comments
 (0)