Skip to content

Commit

Permalink
Add release automation
Browse files Browse the repository at this point in the history
  • Loading branch information
antonmedv committed Sep 25, 2020
1 parent d09c955 commit 3cfb9f1
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,19 @@
],
"scripts": {
"start": "tsc -w",
"size": "minify codejar.js --sourceType module | gzip-size"
"build": "tsc",
"size": "minify codejar.js --sourceType module | gzip-size",
"release": "release-it"
},
"devDependencies": {
"babel-minify": "^0.5.1",
"gzip-size-cli": "^3.0.0",
"release-it": "^14.0.3",
"typescript": "^3.8.3"
},
"release-it": {
"github": {
"release": true
}
}
}

0 comments on commit 3cfb9f1

Please sign in to comment.