Skip to content

Commit

Permalink
Rultor
Browse files Browse the repository at this point in the history
  • Loading branch information
EduardoFernandes1410 committed Oct 23, 2022
1 parent b090032 commit 444ec35
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 @@ -13,7 +13,7 @@ install: |
release:
script: |-
[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1
npm version ${tag}
npm version ${tag} --no-git-tag-version
npm install
cd server && npm run get-grammar && npm run build-parser && cd ..
npm run convert-yaml && npm run vscode:prepublish
Expand Down

0 comments on commit 444ec35

Please sign in to comment.