fix npm publish
This commit is contained in:
parent
356cd177ec
commit
678be1577f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/npm-publish.yml
vendored
2
.github/workflows/npm-publish.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
||||||
node-version: '16.x'
|
node-version: '16.x'
|
||||||
registry-url: 'https://registry.npmjs.org'
|
registry-url: 'https://registry.npmjs.org'
|
||||||
scope: '@thundernetworkrad'
|
scope: '@thundernetworkrad'
|
||||||
- name: Install Dependency
|
- name: Install Dependencies
|
||||||
run: npm i
|
run: npm i
|
||||||
- name: Build
|
- name: Build
|
||||||
run: npm run build
|
run: npm run build
|
||||||
|
|
Loading…
Reference in a new issue