Add prepare script for git-install builds; fix repository URL
This commit is contained in:
+2
-1
@@ -17,6 +17,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "tsup src/index.ts --format esm,cjs --dts --clean",
|
"build": "tsup src/index.ts --format esm,cjs --dts --clean",
|
||||||
"test": "vitest run",
|
"test": "vitest run",
|
||||||
|
"prepare": "npm run build",
|
||||||
"prepublishOnly": "npm run build && npm test"
|
"prepublishOnly": "npm run build && npm test"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
@@ -26,7 +27,7 @@
|
|||||||
"start9",
|
"start9",
|
||||||
"ed25519"
|
"ed25519"
|
||||||
],
|
],
|
||||||
"repository": "https://github.com/keysat-xyz/keysat",
|
"repository": "https://github.com/keysat-xyz/keysat-client-ts",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"engines": { "node": ">=18" },
|
"engines": { "node": ">=18" },
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
Reference in New Issue
Block a user