2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-07-02 23:54:28 -06:00

Run typescript tests automatically

This commit is contained in:
Jeroen Akkerman 2019-07-13 19:14:38 +02:00
parent 66dcf7d868
commit 23cfe89fa0

View File

@ -41,6 +41,7 @@
"repository": "github:Ionaru/easy-markdown-editor",
"scripts": {
"prepare": "gulp",
"test": "npm run test:types",
"test:types": "tsc --project types/tsconfig.json"
}
}