Skip to content

Commit de34474

Browse files
committed
chore: add release task
1 parent 6655a63 commit de34474

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"prepare": "npm run build",
1111
"prebuild": "rm -rf lib",
1212
"build": "tsc",
13+
"release": "standard-version",
1314
"test": "ttsc -p tests/tsconfig.json && node tests/core/index.js"
1415
},
1516
"keywords": [],

0 commit comments

Comments
 (0)