File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -26,15 +26,15 @@ jobs:
2626 port : 27017
2727 - name : publish to npm@beta
2828 run : |
29- npm install -g ipfs
30- jsipfs init
31- jsipfs config --json Addresses.API '["/ip4/127.0.0.1/tcp/5001"]'
32- jsipfs daemon &
3329 npm install
34- npm run test
3530 npm run chapisha
36-
37- # jsipfs config --json API.HTTPHeaders.Access-Control-Allow-Origin '["*"]'
3831 env :
3932 CI : true
4033 NPM_TOKEN : ${{secrets.NPM_TOKEN}}
34+
35+ # npm install -g ipfs
36+ # jsipfs init
37+ # jsipfs config --json Addresses.API '["/ip4/127.0.0.1/tcp/5001"]'
38+ # jsipfs daemon &
39+ # npm run test
40+ # jsipfs config --json API.HTTPHeaders.Access-Control-Allow-Origin '["*"]'
Original file line number Diff line number Diff line change 11{
22 "name" : " bfast-database-core" ,
3- "version" : " 4.0.0-alpha.19" ,
3+ "version" : " 4.0.0-alpha.19-t.0 " ,
44 "main" : " ./index.js" ,
55 "types" : " ./index.d.ts" ,
66 "license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments