Skip to content

Commit 15c3c73

Browse files
authored
Fix published empty package (#10)
* Fix published empty package * Fix published empty package
1 parent a00ff21 commit 15c3c73

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
- name: Publish things
2222
env:
2323
NODE_AUTH_TOKEN: ${{ secrets.MITTWALD_MACHINE_TOKEN }}
24-
run: yarn publish --cwd dist --new-version ${GITHUB_REF##*/} --no-git-tag-version
24+
run: yarn publish dist --new-version ${GITHUB_REF##*/} --no-git-tag-version

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,5 @@
6464
"ts-jest": "^26.1.0",
6565
"tslint": "^6.1.2",
6666
"typescript": "^3.9.5"
67-
},
68-
"files": [
69-
"dist"
70-
]
67+
}
7168
}

0 commit comments

Comments
 (0)