typecheck npm script

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

@ -32,7 +32,8 @@
"pretest": "npm run build", "pretest": "npm run build",
"posttest": "agadoo src/internal/index.js", "posttest": "agadoo src/internal/index.js",
"prepublishOnly": "export PUBLISH=true && npm run lint && npm test", "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": { "repository": {
"type": "git", "type": "git",

Loading…
Cancel
Save