Skip to content

Commit

Permalink
build: rename test:check to test:types
Browse files Browse the repository at this point in the history
  • Loading branch information
ianprime0509 committed Feb 18, 2022
1 parent 994f506 commit 667e7f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"fmt": "prettier --write .",
"prepack": "npm run build",
"test": "run-p test:*",
"test:check": "tsc",
"test:fmt": "prettier --check .",
"test:lint": "eslint --ext .js,.cjs,.mjs .",
"test:types": "tsc",
"test:unit": "uvu",
"serve": "http-server -c-1 docs"
},
Expand Down

0 comments on commit 667e7f0

Please sign in to comment.