Skip to content

Commit 206edcc

Browse files
committed
chore: print path
1 parent 39c693a commit 206edcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ipfs-unixfs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"fs": false
99
},
1010
"scripts": {
11-
"prepare": "echo $PWD && run-s prepare:*",
11+
"prepare": "echo $PWD && echo $PATH && run-s prepare:*",
1212
"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",
1313
"prepare:proto:types": "pbts -o src/unixfs.d.ts src/unixfs.js",
1414
"prepare:types": "aegir build --no-bundle",

0 commit comments

Comments
 (0)