Skip to content

Commit

Permalink
change "create-task" npm script to "new"
Browse files Browse the repository at this point in the history
  • Loading branch information
cherriechang committed Aug 7, 2024
1 parent 13f54ea commit faa7bfc
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",
"create-task": "node templates/cli/src/index.js"
"new": "node templates/cli/src/index.js"
},
"devDependencies": {
"@changesets/changelog-github": "^0.4.0",
Expand Down

0 comments on commit faa7bfc

Please sign in to comment.