Skip to content

Commit

Permalink
#1 typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Sep 23, 2019
1 parent 4b1feab commit 3ab139d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ release:
script: |-
# Change proper version for all necessary filers
npm version "${tag}"
sed -i "s|VERSION|${tag}|g" bower.json
sed -i "s|VERSION|${tag}|g" package.json
# Perform build
git rm -rf dist/ --ignore-unmatch
Expand Down

0 comments on commit 3ab139d

Please sign in to comment.