diff --git a/packages/ipfs-unixfs-exporter/package.json b/packages/ipfs-unixfs-exporter/package.json index 4ae7c5ba..3a996cc8 100644 --- a/packages/ipfs-unixfs-exporter/package.json +++ b/packages/ipfs-unixfs-exporter/package.json @@ -12,7 +12,7 @@ "prepare": "aegir build --no-bundle", "test": "aegir test", "build": "aegir build --esm-tests", - "postbuild": "npx json -I -f dist/package.json -e this.types='\"src/index.d.ts\"'", + "preleaseOnly": "npx json -I -f dist/package.json -e this.types='\"src/index.d.ts\"'", "clean": "rimraf ./dist", "lint": "aegir ts -p check && aegir lint", "coverage": "nyc -s npm run test -t node && nyc report --reporter=html", diff --git a/packages/ipfs-unixfs-importer/package.json b/packages/ipfs-unixfs-importer/package.json index 90ca407d..f0ae612e 100644 --- a/packages/ipfs-unixfs-importer/package.json +++ b/packages/ipfs-unixfs-importer/package.json @@ -12,7 +12,7 @@ "prepare": "aegir build --no-bundle", "test": "aegir test", "build": "aegir build --esm-tests", - "postbuild": "npx json -I -f dist/package.json -e this.types='\"src/index.d.ts\"'", + "preleaseOnly": "npx json -I -f dist/package.json -e this.types='\"src/index.d.ts\"'", "clean": "rimraf ./dist", "lint": "aegir ts -p check && aegir lint", "coverage": "nyc -s npm run test -t node && nyc report --reporter=html", diff --git a/packages/ipfs-unixfs/package.json b/packages/ipfs-unixfs/package.json index 3a74d2ed..ce42a196 100644 --- a/packages/ipfs-unixfs/package.json +++ b/packages/ipfs-unixfs/package.json @@ -15,7 +15,7 @@ "prepare:types": "aegir build --no-bundle", "test": "aegir test", "build": "aegir build --esm-tests", - "postbuild": "npx json -I -f dist/package.json -e this.types='\"src/index.d.ts\"'", + "preleaseOnly": "npx json -I -f dist/package.json -e this.types='\"src/index.d.ts\"'", "clean": "rimraf ./dist", "lint": "aegir ts -p check && aegir lint", "coverage": "nyc -s aegir test -t node && nyc report --reporter=html",