Skip to content
This repository was archived by the owner on Sep 2, 2022. It is now read-only.

Commit 7ee7aae

Browse files
authored
Merge pull request #5 from apilytics/fix-cd
Fix npm auth error in CD pipeline
2 parents c666c55 + ad0c4e2 commit 7ee7aae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"build": "lerna run build",
88
"clean": "lerna run clean",
9-
"publish:all": "lerna publish --force-publish='*' --exact --no-git-tag-version --yes",
9+
"publish:all": "lerna publish --force-publish='*' --exact --no-git-tag-version --no-verify-access --yes",
1010
"format": "prettier --write '**/*.{ts,js,json}' && eslint --fix --max-warnings=0 --ext=.ts,.js .",
1111
"lint": "prettier --check '**/*.{ts,js,json}' && eslint --max-warnings=0 --ext=.ts,.js .",
1212
"type-check": "yarn tsc --noEmit",

0 commit comments

Comments
 (0)