From efb01ac61e66f06a1a6ec41a9e98e8140cfa31dc Mon Sep 17 00:00:00 2001 From: achingbrain Date: Thu, 19 Aug 2021 16:45:23 +0100 Subject: [PATCH] chore: swap to prereleaseOnly --- packages/ipfs-unixfs-exporter/package.json | 2 +- packages/ipfs-unixfs-importer/package.json | 2 +- packages/ipfs-unixfs/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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",