Skip to content
Snippets Groups Projects
Commit f35f3040 authored by Jonas Leder's avatar Jonas Leder
Browse files

add yarn watch command

parent 97c3b04d
Branches
No related tags found
No related merge requests found
...@@ -8,7 +8,8 @@ ...@@ -8,7 +8,8 @@
"scripts": { "scripts": {
"compile": "concurrently \"yarn css\" \"yarn js\"", "compile": "concurrently \"yarn css\" \"yarn js\"",
"css": "sass scss/:public/css --style=compressed --no-source-map", "css": "sass scss/:public/css --style=compressed --no-source-map",
"js": "tsc" "js": "tsc",
"watch" : "concurrently \"tsc --watch\" \"sass --watch --style compressed scss/:public/css\" \"cd public && php -S locaLhost:1234\""
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^14.14.31", "@types/node": "^14.14.31",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment