Skip to content

Commit

Permalink
feat: fix typescript build
Browse files Browse the repository at this point in the history
  • Loading branch information
nimatrengo committed Jul 17, 2023
1 parent 6f11c03 commit a993dbb
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 @@ -8,7 +8,7 @@
"test": "mocha -r ts-node/register 'src/test/**/*.ts'",
"lint": "gts lint",
"clean": "gts clean",
"compile": "npx tsc --declaration --outDir ./dist",
"compile": "tsc --declaration --outDir ./dist",
"fix": "gts fix",
"install": "npm run compile",
"pretest": "npm run compile",
Expand Down

0 comments on commit a993dbb

Please sign in to comment.