Skip to content

Commit

Permalink
Fixed npm run version in .drone.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ntimo committed Mar 22, 2020
1 parent 426e928 commit 80e68d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ steps:
image: node:latest
commands:
- npm install
- npm run verion
- npm run version
when:
branch:
- master
Expand Down

0 comments on commit 80e68d2

Please sign in to comment.