Skip to content

Commit 2e5723d

Browse files
committed
Fix release CI command
1 parent dc8d9f7 commit 2e5723d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: npm run build
4242

4343
- name: Publish to NPM
44-
run: npm publish
44+
run: npm publish --access public
4545
env:
4646
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4747

eslint.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ export default [
1919
},
2020
rules: {
2121
...tseslint.configs.recommended.rules,
22-
// Example: your custom rules here
2322
'import/order': ['warn', {'newlines-between': 'always'}],
2423
'@typescript-eslint/explicit-module-boundary-types': 'off'
2524
}

0 commit comments

Comments
 (0)