Skip to content

Commit

Permalink
chore: print path
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Feb 19, 2021
1 parent 39c693a commit 206edcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ipfs-unixfs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"fs": false
},
"scripts": {
"prepare": "echo $PWD && run-s prepare:*",
"prepare": "echo $PWD && echo $PATH && run-s prepare:*",
"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",
"prepare:proto:types": "pbts -o src/unixfs.d.ts src/unixfs.js",
"prepare:types": "aegir build --no-bundle",
Expand Down

0 comments on commit 206edcc

Please sign in to comment.