From 650a3d1934be243e323c7f604af1a8250f9cf89c Mon Sep 17 00:00:00 2001 From: Kieren Evans Date: Mon, 20 Apr 2020 16:04:14 +0300 Subject: [PATCH] Run the watch script --- src/_base/harness/attributes/common.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_base/harness/attributes/common.yml b/src/_base/harness/attributes/common.yml index 9a1f19c8f..d3c71cdcb 100644 --- a/src/_base/harness/attributes/common.yml +++ b/src/_base/harness/attributes/common.yml @@ -99,7 +99,7 @@ attributes.default: frontend: path: /app - watch: npm watch + watch: npm run watch build: when: -f "package.json" steps: