Skip to content

Commit

Permalink
fix: run test:ci in CI, fix package.json keywords (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg authored Feb 4, 2022
1 parent 9c6c7f6 commit 8ec8eb0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Run tests
run: |
npm config set script-shell bash
npm test
npm run test:ci
release:
name: Release
needs: test
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@
]
},
"keywords": [
"esm",
"build"
"ipfs",
"ipld",
"multiformats"
],
"author": "Mikeal Rogers <[email protected]> (https://www.mikealrogers.com/)",
"license": "(Apache-2.0 AND MIT)",
Expand Down

0 comments on commit 8ec8eb0

Please sign in to comment.