We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67ee318 commit 109aa09Copy full SHA for 109aa09
packages/ipfs-unixfs/package.json
@@ -8,7 +8,7 @@
8
"fs": false
9
},
10
"scripts": {
11
- "prepare": "run-s prepare:*",
+ "prepare": "echo $PWD && run-s prepare:*",
12
"prepare:proto": "pbjs -t static-module -w commonjs --force-number --no-verify --no-delimited --no-create --no-beautify --no-defaults --lint eslint-disable -o src/unixfs.js ./src/unixfs.proto",
13
"prepare:proto:types": "pbts -o src/unixfs.d.ts src/unixfs.js",
14
"prepare:types": "aegir build --no-bundle",
0 commit comments