Skip to content

Commit

Permalink
typecheck npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
zxbodya committed May 21, 2019
1 parent a996718 commit 96cf686
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
"pretest": "npm run build",
"posttest": "agadoo src/internal/index.js",
"prepublishOnly": "export PUBLISH=true && npm run lint && npm test",
"tsd": "tsc -d src/store.ts --outDir ."
"tsd": "tsc -d src/store.ts --outDir .",
"typecheck": "tsc --noEmit"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 96cf686

Please sign in to comment.