Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

Commit

Permalink
add release script
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed May 18, 2021
1 parent b27666f commit c8b186f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"build": "NODE_ENV=production run-s clean compile",
"clean": "rimraf ./build",
"compile": "babel src/ -d build/ --config-file ./babel.config.js",
"release": "release-it --github.release",
"release:ci": "npm run release -- --ci --npm.skipChecks --no-git.requireCleanWorkingDir",
"release:patch": "npm run release -- patch",
"release:minor": "npm run release -- minor",
Expand Down

0 comments on commit c8b186f

Please sign in to comment.