mirror of
https://github.com/sveltejs/svelte.git
synced 2024-11-28 07:52:41 +01:00
run tsd on prepare
This commit is contained in:
parent
3b4c6ed4eb
commit
b6b7c621d0
@ -27,7 +27,7 @@
|
||||
"precodecov": "npm run coverage",
|
||||
"lint": "eslint src test/*.js",
|
||||
"build": "rollup -c",
|
||||
"prepare": "npm run build",
|
||||
"prepare": "npm run build && npm run tsd",
|
||||
"dev": "rollup -cw",
|
||||
"pretest": "npm run build",
|
||||
"posttest": "agadoo src/internal/index.js",
|
||||
|
Loading…
Reference in New Issue
Block a user