We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a00ff21 commit 15c3c73Copy full SHA for 15c3c73
.github/workflows/release.yml
@@ -21,4 +21,4 @@ jobs:
21
- name: Publish things
22
env:
23
NODE_AUTH_TOKEN: ${{ secrets.MITTWALD_MACHINE_TOKEN }}
24
- 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
package.json
@@ -64,8 +64,5 @@
64
"ts-jest": "^26.1.0",
65
"tslint": "^6.1.2",
66
"typescript": "^3.9.5"
67
- },
68
- "files": [
69
- "dist"
70
- ]
+ }
71
}
0 commit comments