Skip to content

Commit

Permalink
fix: added type build step
Browse files Browse the repository at this point in the history
  • Loading branch information
microwavekonijn committed Jul 23, 2023
1 parent 5d6cdbf commit 0cc9859
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 @@ -66,7 +66,7 @@
"scripts": {
"prepare": "husky install && npm run build",
"prepublishOnly": "npm run build",
"build": "tsc && tsc -p tsconfig.cjs.json && ./bin/build-types.sh",
"build": "tsc && tsc -p tsconfig.cjs.json && tsc -p tsconfig.types.json && ./bin/build-types.sh",
"clean": "rm -rf dist types coverage",
"test": "npm run test:lint && npm run test:unittest",
"test:unittest": "tsc -p test && jest --coverage",
Expand Down

0 comments on commit 0cc9859

Please sign in to comment.