mirror of
https://github.com/fluencelabs/fluence-network-environment
synced 2024-12-04 16:20:17 +00:00
Add npm i & npm run build
This commit is contained in:
parent
21fccb30d2
commit
38ce46b0b8
3
.github/workflows/publish_release.yml
vendored
3
.github/workflows/publish_release.yml
vendored
@ -51,6 +51,9 @@ jobs:
|
|||||||
node-version: '14'
|
node-version: '14'
|
||||||
registry-url: 'https://registry.npmjs.org'
|
registry-url: 'https://registry.npmjs.org'
|
||||||
|
|
||||||
|
- run: npm i
|
||||||
|
- run: npm run build
|
||||||
|
|
||||||
- run: npm publish --access public
|
- run: npm publish --access public
|
||||||
env:
|
env:
|
||||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||||
|
Loading…
Reference in New Issue
Block a user