fix some path issues in build

This commit is contained in:
Jacob Heider 2022-10-20 21:36:57 -04:00 committed by Max Howell
parent 4096fec5d3
commit 7fa6c2b20b

View file

@ -13,8 +13,11 @@ build:
go.dev: 1
script: |
make build
mkdir {{prefix}}/bin
mkdir -p {{prefix}}/bin
mv cmd/ipfs/ipfs {{prefix}}/bin
test:
ipfs init
script:
ipfs init
env:
IPFS_PATH: .