1 parent c4b3143 commit 9d99498Copy full SHA for 9d99498
1 file changed
packages/emmett-crypto-shredding-kysely/package.json
@@ -32,6 +32,7 @@
32
"type-check": "tsc --noEmit",
33
"tc": "npm run type-check",
34
"pretest": "cd ../emmett-crypto-shredding && npm install && npm run build",
35
+ "preinstall": "cd ../emmett-crypto-shredding && npm install && npm run build",
36
"test": "npm run type-check && vitest run",
37
"test:coverage": "vitest run --coverage",
38
"release": "semantic-release",
@@ -52,10 +53,8 @@
52
53
"typescript": "^5.8.3",
54
"vitest": "^3.2.4"
55
},
- "dependencies": {
56
- "@wataruoguchi/emmett-crypto-shredding": "file:../emmett-crypto-shredding"
57
- },
58
"peerDependencies": {
+ "@wataruoguchi/emmett-crypto-shredding": "file:../emmett-crypto-shredding",
59
"kysely": "0"
60
61
"optionalDependencies": {
0 commit comments