This repository was archived by the owner on Feb 12, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +7
-6
lines changed Expand file tree Collapse file tree 7 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 3030 "url" : " git+https://github.com/ipfs/js-ipfs.git"
3131 },
3232 "scripts" : {
33+ "prepare" : " npm run build" ,
3334 "build" : " aegir build" ,
3435 "test" : " aegir test" ,
3536 "lint" : " aegir lint" ,
Original file line number Diff line number Diff line change 3838 "url" : " git+https://github.com/ipfs/js-ipfs.git"
3939 },
4040 "scripts" : {
41- "prepare" : " aegir build --no-bundle " ,
41+ "prepare" : " npm run build " ,
4242 "build" : " aegir build" ,
4343 "lint" : " aegir lint" ,
4444 "test" : " aegir test" ,
Original file line number Diff line number Diff line change 3030 "url" : " git+https://github.com/ipfs/js-ipfs.git"
3131 },
3232 "scripts" : {
33- "prepare" : " aegir build --no-bundle " ,
33+ "prepare" : " npm run build " ,
3434 "build" : " aegir build" ,
3535 "test" : " aegir test" ,
3636 "lint" : " aegir lint" ,
Original file line number Diff line number Diff line change 3535 "url" : " git+https://github.com/ipfs/js-ipfs.git"
3636 },
3737 "scripts" : {
38- "prepare" : " aegir build --no-bundle " ,
38+ "prepare" : " npm run build " ,
3939 "build" : " aegir build" ,
4040 "test" : " aegir test" ,
4141 "test:node" : " aegir test -t node" ,
Original file line number Diff line number Diff line change 3030 "url" : " git+https://github.com/ipfs/js-ipfs.git"
3131 },
3232 "scripts" : {
33- "prepare" : " aegir build --no-bundle " ,
33+ "prepare" : " npm run build " ,
3434 "build" : " aegir build" ,
3535 "test" : " echo 'Only interface tests live here'" ,
3636 "test:interface:message-port-client" : " aegir test -t browser --bail -f ./test/interface-message-port-client.js" ,
Original file line number Diff line number Diff line change 3232 "url" : " git+https://github.com/ipfs/js-ipfs.git"
3333 },
3434 "scripts" : {
35- "prepare" : " aegir build --no-bundle " ,
35+ "prepare" : " npm run build " ,
3636 "build" : " aegir build" ,
3737 "test" : " aegir test" ,
3838 "test:browser" : " aegir test -t browser" ,
Original file line number Diff line number Diff line change 2222 "url" : " git+https://github.com/ipfs/js-ipfs.git"
2323 },
2424 "scripts" : {
25- "prepare" : " aegir build --no-bundle " ,
25+ "prepare" : " npm run build " ,
2626 "build" : " aegir build" ,
2727 "lint" : " aegir lint" ,
2828 "test" : " echo 'Only interface tests live here'" ,
You can’t perform that action at this time.
0 commit comments