Skip to content

Commit

Permalink
change name of new -> create-task
Browse files Browse the repository at this point in the history
  • Loading branch information
jodeleeuw committed Jun 15, 2023
1 parent cb1c9d7 commit 5b2192b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"changeset": "changeset",
"changeset:version": "changeset version && npm install && npm run update-unpkg-links",
"changeset:publish": "npm run build && changeset publish",
"new": "node templates/cli/src/index.js"
"create-task": "node templates/cli/src/index.js"
},
"devDependencies": {
"@changesets/changelog-github": "^0.4.0",
Expand Down

0 comments on commit 5b2192b

Please sign in to comment.