Skip to content

Commit

Permalink
chore: rename typecheck script
Browse files Browse the repository at this point in the history
  • Loading branch information
lihbr committed May 21, 2024
1 parent 9b1c1a0 commit c470e81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
"fonts:decrypt": "openssl enc -aes-256-cbc -d -pbkdf2 -iter 100000 -salt -pass env:LIHBR_APEX -in src/assets/fonts.tar.enc -out src/assets/fonts.tar && tar --gzip --extract --file src/assets/fonts.tar && rm src/assets/fonts.tar",
"prepare": "husky install && npm run fonts:decrypt",
"lint": "eslint .",
"types": "tsc --noEmit",
"typecheck": "tsc --noEmit",
"unit": "vitest run --coverage",
"unit:watch": "vitest watch",
"test": "npm run lint && npm run types && npm run build && npm run unit"
"test": "npm run lint && npm run typecheck && npm run build && npm run unit"
},
"dependencies": {
"@11ty/eleventy-fetch": "4.0.1",
Expand Down

0 comments on commit c470e81

Please sign in to comment.