Skip to content

Commit

Permalink
feat: use tsx instead of build for test
Browse files Browse the repository at this point in the history
  • Loading branch information
swernerx committed Jul 31, 2024
1 parent 345675f commit 9ef95a4
Show file tree
Hide file tree
Showing 2 changed files with 274 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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",
Expand Down
270 changes: 270 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9ef95a4

Please sign in to comment.