mirror of
https://github.com/fluencelabs/fluence-network-environment
synced 2024-12-03 15:50: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'
|
||||
registry-url: 'https://registry.npmjs.org'
|
||||
|
||||
- run: npm i
|
||||
- run: npm run build
|
||||
|
||||
- run: npm publish --access public
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
|
Loading…
Reference in New Issue
Block a user