Skip to content

Commit

Permalink
chore: add missing release command
Browse files Browse the repository at this point in the history
  • Loading branch information
dziraf committed Dec 1, 2023
1 parent 522e875 commit 470be2d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"copy-templates": "copyfiles -u 3 \"./src/commands/create/templates/**/*\" \"./lib/commands/create/\"",
"lint": "eslint \"src\"",
"register:local": "yarn global add file:$PWD",
"dev": "yarn clean && yarn build && yarn register:local"
"dev": "yarn clean && yarn build && yarn register:local",
"release": "semantic-release"
},
"devDependencies": {
"@commitlint/cli": "^17.4.4",
Expand Down

0 comments on commit 470be2d

Please sign in to comment.