2
0
Fork 0

Run typescript tests automatically

pull/104/head
Jeroen Akkerman vor 5 Jahren
Ursprung 66dcf7d868
Commit 23cfe89fa0

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

Laden…
Abbrechen
Speichern