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.
npm publish
1 parent a4c6c78 commit 234dca4Copy full SHA for 234dca4
.github/workflows/release.yml
@@ -36,7 +36,7 @@ jobs:
36
uses: changesets/action@v1
37
with:
38
# This expects you to have a script called release which does a build for your packages and calls changeset publish
39
- publish: yarn release
+ publish: npm publish
40
commit: 'chore: release eslint-import-resolver-typescript'
41
title: 'chore: release eslint-import-resolver-typescript'
42
env:
0 commit comments