Skip to content

Commit

Permalink
fix: restore tsc
Browse files Browse the repository at this point in the history
  • Loading branch information
fearandesire committed Jun 28, 2024
1 parent 42565b9 commit f321d80
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 @@ -23,9 +23,9 @@
"lint": "eslint src --ext ts --fix",
"prettier": "prettier --ignore-path=.prettierignore",
"format": "prettier --write .",
"build": "tsx -b src",
"clean": "tsx -b src --clean",
"watch": "tsx -b src -w",
"build": "tsc -b src",
"clean": "tsc -b src --clean",
"watch": "tsc -b src -w",
"bump": "cliff-jumper",
"check-update": "cliff-jumper --dry-run",
"prepack": "yarn build"
Expand Down

0 comments on commit f321d80

Please sign in to comment.