Skip to content

Commit

Permalink
upgradin package; adding tests to deploy npm
Browse files Browse the repository at this point in the history
  • Loading branch information
brossetti1 committed Sep 13, 2022
1 parent 33926ea commit 47f553c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
if: steps.get-versions.outputs.package_version > steps.get-versions.outputs.npm_version
- run: yarn build
if: steps.get-versions.outputs.package_version > steps.get-versions.outputs.npm_version
- run: yarn test
if: steps.get-versions.outputs.package_version > steps.get-versions.outputs.npm_version
- name: publishing
if: steps.get-versions.outputs.package_version > steps.get-versions.outputs.npm_version
run: |
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@daohaus/baal-contracts",
"version": "0.4.0",
"version": "0.4.1",
"description": "Lo, also it is the time of His rain.",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down

0 comments on commit 47f553c

Please sign in to comment.