aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorwabilin <[email protected]>2021-12-25 20:01:27 +0900
committerwabilin <[email protected]>2021-12-25 20:01:27 +0900
commitadda9a3eb17b4dfc5e80ebaa6472e69bdcbae3d6 (patch)
tree59bfc43febd8a11288d9e5966fbec09cf1a10325 /package.json
parentfeat: add releaserc (diff)
downloadholo-schedule-adda9a3eb17b4dfc5e80ebaa6472e69bdcbae3d6.tar.xz
holo-schedule-adda9a3eb17b4dfc5e80ebaa6472e69bdcbae3d6.zip
chore: add release script
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index aa416b0..49ebb99 100644
--- a/package.json
+++ b/package.json
@@ -37,7 +37,8 @@
},
"scripts": {
"build": "tsc",
- "lint": "eslint src/**"
+ "lint": "eslint src/**",
+ "release": "yarn build && semantic-release"
},
"dependencies": {
"jsdom": "^16.3.0"