Skip to content

Commit efb01ac

Browse files
committed
chore: swap to prereleaseOnly
1 parent f173850 commit efb01ac

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/ipfs-unixfs-exporter/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"prepare": "aegir build --no-bundle",
1313
"test": "aegir test",
1414
"build": "aegir build --esm-tests",
15-
"postbuild": "npx json -I -f dist/package.json -e this.types='\"src/index.d.ts\"'",
15+
"preleaseOnly": "npx json -I -f dist/package.json -e this.types='\"src/index.d.ts\"'",
1616
"clean": "rimraf ./dist",
1717
"lint": "aegir ts -p check && aegir lint",
1818
"coverage": "nyc -s npm run test -t node && nyc report --reporter=html",

packages/ipfs-unixfs-importer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"prepare": "aegir build --no-bundle",
1313
"test": "aegir test",
1414
"build": "aegir build --esm-tests",
15-
"postbuild": "npx json -I -f dist/package.json -e this.types='\"src/index.d.ts\"'",
15+
"preleaseOnly": "npx json -I -f dist/package.json -e this.types='\"src/index.d.ts\"'",
1616
"clean": "rimraf ./dist",
1717
"lint": "aegir ts -p check && aegir lint",
1818
"coverage": "nyc -s npm run test -t node && nyc report --reporter=html",

packages/ipfs-unixfs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"prepare:types": "aegir build --no-bundle",
1616
"test": "aegir test",
1717
"build": "aegir build --esm-tests",
18-
"postbuild": "npx json -I -f dist/package.json -e this.types='\"src/index.d.ts\"'",
18+
"preleaseOnly": "npx json -I -f dist/package.json -e this.types='\"src/index.d.ts\"'",
1919
"clean": "rimraf ./dist",
2020
"lint": "aegir ts -p check && aegir lint",
2121
"coverage": "nyc -s aegir test -t node && nyc report --reporter=html",

0 commit comments

Comments
 (0)