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

Commit

Permalink
introduce pre-publish step
Browse files Browse the repository at this point in the history
  • Loading branch information
TomVasile committed Feb 3, 2021
1 parent 36d4ba2 commit c3d5e8a
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 c3d5e8a

Please sign in to comment.