We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39bd24c commit eb27f32Copy full SHA for eb27f32
package.json
@@ -14,7 +14,7 @@
14
"coverage:js-plugins": "cross-env NODE_ENV=test node ./bin/build/components.js",
15
"test:e2e": "testcafe chromium,firefox ./test/e2e/**",
16
"test:local": "./node_modules/trevor/cli.js",
17
- "release": "release-it minor --git.tagName='v${version}' --github.release"
+ "release": "./node_modules/release-it/bin/release-it minor --git.tagName='v${version}' --github.release"
18
},
19
"keywords": [
20
"css",
0 commit comments