Skip to content
This repository has been archived by the owner on Apr 9, 2021. It is now read-only.

Commit

Permalink
Merge #102
Browse files Browse the repository at this point in the history
102: [OP-1795] SDK pre-publish  r=TomVasile a=TomVasile

#

Co-authored-by: TomVasile <[email protected]>
  • Loading branch information
bors[bot] and TomVasile authored Feb 3, 2021
2 parents 36d4ba2 + c3d5e8a commit 6a8c605
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,17 @@ depends_on:
---
kind: pipeline
type: docker
name: npm-publish-tag
name: sdk-publish-tag

steps:
- name: npm-publish
- name: sdk-pre-publish
image: "casperlabs/clarity-build:latest"
commands:
- "yarn install"
- "cd packages/sdk"
- "npm run-script prepublishOnly"

- name: sdk-publish
image: plugins/npm
failure: "ignore"
settings:
Expand Down

0 comments on commit 6a8c605

Please sign in to comment.