Skip to content

Commit

Permalink
try to fix npm build behavior: wrong output dir
Browse files Browse the repository at this point in the history
  • Loading branch information
kostysh committed Feb 2, 2021
1 parent 2721b96 commit 3de9168
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./
working-directory: /home/runner/work/org.id-directories
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
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": "@windingtree/org.id-directories",
"version": "0.21.3",
"version": "0.21.4",
"description": "Directory and DirectoryIndex smart contracts of the Winding Tree protocol",
"scripts": {
"test": "scripts/test.sh",
Expand Down

0 comments on commit 3de9168

Please sign in to comment.