build: support git dependency installs
All checks were successful
CI / verify (push) Successful in 14s
All checks were successful
CI / verify (push) Successful in 14s
This commit is contained in:
@@ -13,7 +13,8 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "vitest run",
|
"test": "vitest run",
|
||||||
"check": "tsc --noEmit",
|
"check": "tsc --noEmit",
|
||||||
"build": "tsup src/index.ts --format esm --dts --sourcemap --clean"
|
"build": "tsup src/index.ts --format esm --dts --sourcemap --clean",
|
||||||
|
"prepare": "bun run build"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"identitydb": "0.2.1"
|
"identitydb": "0.2.1"
|
||||||
|
|||||||
Reference in New Issue
Block a user