-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: use tsx instead of build for test
- Loading branch information
Showing
2 changed files
with
274 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,17 +12,17 @@ | |
"prepare": "npm run build", | ||
"format": "prettier --write src", | ||
"release": "release-it", | ||
"pretest": "npm run build", | ||
"update:latest": "ncu --upgrade --interactive", | ||
"update:minor": "ncu --upgrade --interactive --target minor", | ||
"update:pnpm": "corepack up", | ||
"test": "rimraf test/*.png test/*.iso test/*-opt.svg && node dist/cli.js test" | ||
"test": "rimraf test/*.png test/*.iso test/*-opt.svg && tsx src/cli.js test" | ||
}, | ||
"keywords": [ | ||
"icons", | ||
"favicon", | ||
"ios", | ||
"android" | ||
"android", | ||
"manifest" | ||
], | ||
"files": [ | ||
"dist" | ||
|
@@ -48,6 +48,7 @@ | |
"prettier": "^3.3.3", | ||
"release-it": "^17.6.0", | ||
"rimraf": "^6.0.1", | ||
"tsx": "^4.16.3", | ||
"typescript": "^5.5.4" | ||
}, | ||
"packageManager": "[email protected]+sha512.499434c9d8fdd1a2794ebf4552b3b25c0a633abcee5bb15e7b5de90f32f47b513aca98cd5cfd001c31f0db454bc3804edccd578501e4ca293a6816166bbd9f81", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.