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 d3419c6 commit b3553d5Copy full SHA for b3553d5
.github/workflows/main.yml
@@ -42,11 +42,12 @@ jobs:
42
- uses: actions/setup-node@v1
43
with:
44
node-version: '12'
45
+ registry-url: 'https://registry.npmjs.org'
46
- name: install
47
run: npm ci
48
- name: build
49
run: npm run build
50
- name: publish production
51
run: npm publish
52
env:
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
53
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
package.json
@@ -63,9 +63,6 @@
63
"unist-util-visit": "^1.4.1",
64
"vscode-textmate": "4.2.2"
65
},
66
- "publishConfig": {
67
- "registry": "//registry.npmjs.org/:_authToken=${NPM_TOKEN}"
68
- },
69
"jest": {
70
"coveragePathIgnorePatterns": [
71
"lib"
0 commit comments