2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-09-24 16:40:55 -06:00

watch for css files aswell

This commit is contained in:
Benedikt Rötsch 2019-04-18 20:06:37 +07:00
parent 56694e2767
commit e42df034d8

View File

@ -42,7 +42,7 @@
"scripts": { "scripts": {
"prepare": "gulp", "prepare": "gulp",
"build": "gulp", "build": "gulp",
"dev": "nodemon -x gulp -w src", "dev": "nodemon -x gulp -w src -e js,css",
"test:types": "tsc --project types/tsconfig.json" "test:types": "tsc --project types/tsconfig.json"
} }
} }