Skip to content

Commit

Permalink
fix mongodb factory
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuamshana committed Nov 11, 2022
1 parent b645f68 commit a0d9e0b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ jobs:
port: 27017
- name: publish to npm@beta
run: |
npm install -g ipfs
jsipfs init
jsipfs config --json Addresses.API '["/ip4/127.0.0.1/tcp/5001"]'
jsipfs daemon &
npm install
npm run test
npm run chapisha
#jsipfs config --json API.HTTPHeaders.Access-Control-Allow-Origin '["*"]'
env:
CI: true
NPM_TOKEN: ${{secrets.NPM_TOKEN}}

# npm install -g ipfs
# jsipfs init
# jsipfs config --json Addresses.API '["/ip4/127.0.0.1/tcp/5001"]'
# jsipfs daemon &
# npm run test
#jsipfs config --json API.HTTPHeaders.Access-Control-Allow-Origin '["*"]'
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bfast-database-core",
"version": "4.0.0-alpha.19",
"version": "4.0.0-alpha.19-t.0",
"main": "./index.js",
"types": "./index.d.ts",
"license": "MIT",
Expand Down

0 comments on commit a0d9e0b

Please sign in to comment.