Skip to content

Commit

Permalink
fix: tsc command
Browse files Browse the repository at this point in the history
  • Loading branch information
nimatrengo authored and nimahkh committed Jul 18, 2023
1 parent 8ad938f commit 119cd15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"test": "mocha -r ts-node/register 'src/test/**/*.ts'",
"lint": "gts lint",
"clean": "gts clean",
"prebuild": "npm install typescript",
"compile": "tsc --declaration --outDir ./dist",
"prepare": "npm install typescript",
"compile": "npm install typescript && tsc --declaration --outDir ./dist",
"fix": "gts fix",
"install": "npm run compile",
"pretest": "npm run compile",
Expand Down

0 comments on commit 119cd15

Please sign in to comment.