Skip to content

Commit 99132f1

Browse files
author
Jan
committed
chore: npm publish must be public or it returns 404
1 parent d8934ab commit 99132f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
command: echo "//registry.npmjs.org/:_authToken=$npm_TOKEN" > ~/json-validations-lib/.npmrc
5757
- run:
5858
name: Publish package
59-
command: npm publish
59+
command: npm publish --access public
6060

6161
workflows:
6262
build_and_publish:

0 commit comments

Comments
 (0)