Skip to content

Commit

Permalink
Fix published empty package (#10)
Browse files Browse the repository at this point in the history
* Fix published empty package

* Fix published empty package
  • Loading branch information
mfal authored Jul 3, 2020
1 parent a00ff21 commit 15c3c73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
- name: Publish things
env:
NODE_AUTH_TOKEN: ${{ secrets.MITTWALD_MACHINE_TOKEN }}
run: yarn publish --cwd dist --new-version ${GITHUB_REF##*/} --no-git-tag-version
run: yarn publish dist --new-version ${GITHUB_REF##*/} --no-git-tag-version
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,5 @@
"ts-jest": "^26.1.0",
"tslint": "^6.1.2",
"typescript": "^3.9.5"
},
"files": [
"dist"
]
}
}

0 comments on commit 15c3c73

Please sign in to comment.