Skip to content

Commit 7c2e23c

Browse files
committed
feat(react-chartjs): semantic release
1 parent 46ca754 commit 7c2e23c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"scripts": {
1212
"bootstrap": "lerna bootstrap",
1313
"start": "cd packages/react-chartjs.github.io && yarn start",
14-
"react-chartjs": "cd packages/core && tsc"
14+
"react-chartjs": "cd packages/core && tsc",
15+
"release": "cd packages/core && npx semantic-release --dry-run"
1516
},
1617
"husky": {
1718
"hooks": {

0 commit comments

Comments
 (0)