Skip to content

Commit

Permalink
chore: test & build before publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
thecodrr committed Feb 8, 2023
1 parent 009fa27 commit d4b6e71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "The fastest directory crawler & globbing alternative to glob, fast-glob, & tiny-glob. Crawls 1m files in < 1s",
"main": "dist/index.js",
"scripts": {
"prepublishOnly": "npm run test && npm run build",
"build": "tsc",
"test": "tap --ts __tests__/",
"test:coverage": "tap --ts --no-check-coverage --coverage-report=html __tests__/",
Expand Down

0 comments on commit d4b6e71

Please sign in to comment.