Skip to content

Commit a0d9e0b

Browse files
committed
fix mongodb factory
1 parent b645f68 commit a0d9e0b

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/npm-publish.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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 '["*"]'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)