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 d88c73f commit 3447c21Copy full SHA for 3447c21
.github/workflows/publish.yml
@@ -16,6 +16,6 @@ jobs:
16
scope: '@airframes'
17
- run: yarn install --immutable
18
- run: yarn build
19
- - run: yarn publish
+ - run: yarn npm publish
20
env:
21
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
package.json
@@ -44,5 +44,8 @@
44
"tsup": "^8.0.2",
45
"typescript": "^5.3.3"
46
},
47
+ "publishConfig": {
48
+ "access": "public"
49
+ },
50
"packageManager": "yarn@4.5.1"
51
}
0 commit comments