We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9a3ce5 commit 29bd78eCopy full SHA for 29bd78e
1 file changed
.github/workflows/release.yml
@@ -190,10 +190,7 @@ jobs:
190
cache: 'npm'
191
cache-dependency-path: 'package-lock.json'
192
- name: Install dependencies
193
- run: |
194
- echo "access=public" >> .npmrc
195
- echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" >> .npmrc
196
- npm ci
+ run: npm ci
197
- name: Build module
198
run: npm run build
199
- name: Publish to NPM
0 commit comments