This is a test

This commit is contained in:
Jiiks 2018-01-21 15:30:01 +02:00
parent d88556ccba
commit 111bc2da2f
1 changed files with 2 additions and 1 deletions

View File

@ -19,6 +19,7 @@
"scripts": {
"build": "cd ./client && npm run build && cd ../core && npm run build",
"watch_client": "cd ./client && npm run watch",
"watch_core": "cd ./core && npm run watch"
"watch_core": "cd ./core && npm run watch",
"test": "npm run build"
}
}