From cd936201b5ea4bb93b7a1c1284f6c11ba98e55b4 Mon Sep 17 00:00:00 2001 From: Jiiks Date: Thu, 15 Feb 2018 00:56:33 +0200 Subject: [PATCH] add individual build scripts --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index 74631cef..e2a2cf8d 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,9 @@ }, "scripts": { "build": "npm run build --prefix client && npm run build --prefix core && npm run build --prefix csseditor", + "build_client": "npm run build --prefix client", "watch_client": "npm run watch --prefix client", + "build_core": "npm run build --prefix core", "watch_core": "npm run watch --prefix core", "watch_csseditor": "npm run watch --prefix csseditor", "lint": "eslint -f unix client/src core/src csseditor/src",