From e91c060c9eedf8c52f1e81949fdd0dc12a9433a7 Mon Sep 17 00:00:00 2001 From: Ayo Date: Sat, 1 Oct 2022 13:10:53 +0200 Subject: [PATCH] chore: script for running the demo app --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index a0c0b7c..a2dc5fd 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,8 @@ "test:watch": "mocha --watch --parallel --timeout 15000", "format": "prettier -w .", "lint": "eslint . --ext .ts,.js", - "lint:fix": "eslint --fix . --ext .ts,.js" + "lint:fix": "eslint --fix . --ext .ts,.js", + "demo": "npm run dev -w demo" }, "devDependencies": { "@types/chai": "^4.3.3",