We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a33310 commit 34f0e09Copy full SHA for 34f0e09
.rultor.yml
@@ -15,13 +15,10 @@ release:
15
script: |
16
[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1
17
sed -i "s/0\.0\.0/${tag}/" package.json
18
- npm run fetch-and-build-grammar
19
- npm run test
20
- npm run package
+ make
21
git commit -am "set version to ${tag}"
22
chmod 600 ../npmrc
23
npm publish --no-color --userconfig=../npmrc
24
merge:
25
script: |-
26
27
package.json
@@ -62,8 +62,8 @@
62
},
63
"scripts": {
64
"build": "make build",
65
- "test": "make test",
66
- "lint": "make lint"
+ "lint": "make lint",
+ "test": "make test"
67
68
"version": "0.0.0"
69
}
0 commit comments