Skip to content

Commit 833fb93

Browse files
committed
fix build, and ci
1 parent e1a9a7b commit 833fb93

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_AUTH_TOKEN }}" > ~/.npmrc
4949

5050
- name: Publish
51-
run: npm publish --access restricted
51+
run: npm publish
5252

5353
github_publish:
5454
needs: build
@@ -74,4 +74,4 @@ jobs:
7474
echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" >> ~/.npmrc
7575
7676
- name: Publish to GitHub registry
77-
run: npm publish --access restricted
77+
run: npm publish

package-lock.json

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
"@types/node": "12.12.5",
4040
"@typescript-eslint/eslint-plugin": "5.26.0",
4141
"@typescript-eslint/parser": "5.26.0",
42+
"@verdaccio/legacy-types": "^1.0.1",
4243
"@verdaccio/types": "10.5.2",
4344
"eslint": "8.21.0",
4445
"jest": "28.1.3",

0 commit comments

Comments
 (0)