From c93a1b8ddb2170fc36aec868da9cffb956330a61 Mon Sep 17 00:00:00 2001 From: vigdorov Date: Sat, 25 Jul 2020 14:05:13 +0300 Subject: [PATCH] add testing script --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index d3bf158..158972f 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,8 @@ "docs": "rm -rf out && documentation build src/** -f html -o out", "show:docs": "lite-server --baseDir=\"out\"", "lint": "eslint -c .eslintrc.json src --fix", - "test": "jest" + "test": "jest", + "master:test": "git fetch && git reset --hard master && git checkout master && git pull && npm i && npm start" }, "repository": { "type": "git",