Skip to content

Commit

Permalink
chore: npx -> yarn run
Browse files Browse the repository at this point in the history
  • Loading branch information
netchampfaris committed Dec 18, 2024
1 parent 6c81d0e commit e6fbd43
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"description": "A set of components and utilities for rapid UI development",
"main": "./src/index.js",
"scripts": {
"test": "npx prettier-check && npx vitest",
"prettier-check": "npx prettier --check ./src",
"prettier": "npx prettier -w ./src",
"test": "yarn run prettier-check && yarn run vitest",
"prettier-check": "yarn run prettier --check ./src",
"prettier": "yarn run prettier -w ./src",
"bump-and-release": "git pull --rebase origin main && yarn version --patch && git push && git push --tags",
"dev": "vite",
"build": "vite build",
Expand Down

0 comments on commit e6fbd43

Please sign in to comment.