Skip to content

Commit

Permalink
Drone
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Masfaraud committed Oct 9, 2020
1 parent 2959328 commit 3f88757
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,17 @@ steps:
image: node
commands:
- npm install
- npm run-script build

- name: npm build
image: node
when:
event: tag
commands:
- npm-version from-git
- npm run-script build


- name: upload npm
image: plugins/npm
when:
Expand Down

0 comments on commit 3f88757

Please sign in to comment.