We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b090032 commit 444ec35Copy full SHA for 444ec35
.rultor.yml
@@ -13,7 +13,7 @@ install: |
13
release:
14
script: |-
15
[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1
16
- npm version ${tag}
+ npm version ${tag} --no-git-tag-version
17
npm install
18
cd server && npm run get-grammar && npm run build-parser && cd ..
19
npm run convert-yaml && npm run vscode:prepublish
0 commit comments