typecheck npm script

pull/2838/head
Bogdan Savluk 5 years ago
parent a996718236
commit 96cf6867fd

@ -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",

Loading…
Cancel
Save