Skip to content

Commit

Permalink
build: add release-toolbox
Browse files Browse the repository at this point in the history
  • Loading branch information
nmsn committed Feb 28, 2023
1 parent 7e5c817 commit 520e6ae
Show file tree
Hide file tree
Showing 3 changed files with 312 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ coverage/
.dumi/tmp-production/

docs-dist/

release-toolbox.json
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"prepare": "husky install",
"build": "rollup --config",
"dumi:dev": "dumi dev",
"dumi:build": "dumi build"
"dumi:build": "dumi build",
"release": "npm run build && rltb"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -62,6 +63,7 @@
"lint-staged": "^12.5.0",
"lodash": "^4.17.21",
"prettier": "2.6.2",
"release-toolbox": "^0.1.0",
"rollup": "^2.79.1",
"rollup-plugin-clear": "^2.0.7",
"rollup-plugin-peer-deps-external": "^2.2.4",
Expand Down
Loading

0 comments on commit 520e6ae

Please sign in to comment.