1
0
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:
Matthias Kretschmann 2021-07-22 16:06:31 +02:00 committed by GitHub
parent 16f14aaf4d
commit ce2fdef52f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,6 @@ jobs:
node-version: '16'
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm run build
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}