aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
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"