mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
remove redundant build on publish (#923)
This commit is contained in:
parent
16f14aaf4d
commit
ce2fdef52f
1
.github/workflows/publish.yml
vendored
1
.github/workflows/publish.yml
vendored
@ -15,7 +15,6 @@ jobs:
|
|||||||
node-version: '16'
|
node-version: '16'
|
||||||
registry-url: https://registry.npmjs.org/
|
registry-url: https://registry.npmjs.org/
|
||||||
- run: npm ci
|
- run: npm ci
|
||||||
- run: npm run build
|
|
||||||
- run: npm publish
|
- run: npm publish
|
||||||
env:
|
env:
|
||||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user