Skip to content

Commit

Permalink
Rename command
Browse files Browse the repository at this point in the history
  • Loading branch information
mokkabonna committed Oct 17, 2023
1 parent 595bfad commit 2f89b45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/inquirer-autocomplete-standalone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"prettier:fix": "npm run prettier:cli -- --write",
"pretest": "npm run lint",
"test": "vitest run test --coverage",
"publish": "yarn run build && npm publish",
"build-and-publish": "yarn run build && npm publish",
"clean": "rm -rf dist",
"build": "yarn run clean && yarn run tsc",
"tsc": "tsc -p ./tsconfig.json",
Expand Down

0 comments on commit 2f89b45

Please sign in to comment.