Skip to content

Commit eb27f32

Browse files
committed
Edited release command
1 parent 39bd24c commit eb27f32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"coverage:js-plugins": "cross-env NODE_ENV=test node ./bin/build/components.js",
1515
"test:e2e": "testcafe chromium,firefox ./test/e2e/**",
1616
"test:local": "./node_modules/trevor/cli.js",
17-
"release": "release-it minor --git.tagName='v${version}' --github.release"
17+
"release": "./node_modules/release-it/bin/release-it minor --git.tagName='v${version}' --github.release"
1818
},
1919
"keywords": [
2020
"css",

0 commit comments

Comments
 (0)