add csseditor build to root

This commit is contained in:
Jiiks 2018-01-22 13:23:50 +02:00
parent 2618876e62
commit 8cf6d6f2e0
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@
"vue-codemirror": "^4.0.3"
},
"scripts": {
"build": "cd ./client && npm run build && cd ../core && npm run build",
"build": "cd ./client && npm run build && cd ../core && npm run build && cd ../csseditor && npm run build",
"watch_client": "cd ./client && npm run watch",
"watch_core": "cd ./core && npm run watch",
"test": "npm run build"