Skip to content

Commit

Permalink
πŸ— 🐜 no need for yarn run, yarn is enough
Browse files Browse the repository at this point in the history
  • Loading branch information
astoilkov committed Mar 18, 2024
1 parent 5ef38a1 commit 01ad358
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 @@ -30,10 +30,10 @@
"sideEffects": false,
"scripts": {
"build": "tsc",
"size": "yarn run build && size-limit",
"size": "yarn build && size-limit",
"lint": "eslint --cache --format=pretty --ext=.ts ./",
"test": "yarn run build && yarn run lint && vitest --run",
"release": "yarn run build && np",
"test": "yarn build && yarn lint && vitest --run",
"release": "yarn build && np",
"prettier": "prettier --write --config .prettierrc.yaml {*.ts,*.json}"
},
"engines": {
Expand Down

0 comments on commit 01ad358

Please sign in to comment.