Skip to content

Commit c09f1af

Browse files
committed
add script
1 parent 2859c70 commit c09f1af

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
"test:target": "mocha --recursive \"./test/tests\"",
2525
"test:ci": "cross-env TEST_TARGET=dist yarn run test:target",
2626
"posttest": "yarn run benchmark",
27-
"prepare": "cd test && yarn install"
27+
"prepare": "cd test && yarn install",
28+
"release": "standard-version && git push --follow-tags origin main"
2829
},
2930
"keywords": [
3031
"html",

0 commit comments

Comments
 (0)