Skip to content

Commit

Permalink
fix(typescript): generate type declarations for the package
Browse files Browse the repository at this point in the history
  • Loading branch information
paambaati committed Feb 7, 2022
1 parent 06ba8ae commit b7aba0c
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 @@ -16,7 +16,7 @@
"lint": "eslint --report-unused-disable-directives --cache '**/*.ts'",
"lint:fix": "npm run lint -- --fix",
"typecheck": "tsc --noEmit",
"build": "tsup",
"build": "tsup --dts",
"test": "tap --rcfile=./test/.taprc",
"test:only": "TAP_ONLY=1 npm run test",
"coverage": "npm run test -- --check-coverage --coverage-report=lcovonly --coverage-report=cobertura --coverage-report=text --coverage-report=text-summary",
Expand Down

0 comments on commit b7aba0c

Please sign in to comment.