From 70a8aaf600c7c1055933ff6b635ebfc727ccaef3 Mon Sep 17 00:00:00 2001 From: sabhas Date: Sat, 23 Oct 2021 13:34:51 +0000 Subject: [PATCH] chore(build): mcreate web/build folder before running tests in github CI steps --- api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/package.json b/api/package.json index 4ecd2a0..b49eaab 100644 --- a/api/package.json +++ b/api/package.json @@ -9,7 +9,7 @@ "build": "rimraf build && tsc", "semantic-release": "semantic-release -d", "prepare": "[ -d .git ] && git config core.hooksPath ./.git-hooks || true", - "test": "mkdir -p tmp && jest --coverage" + "test": "mkdir -p tmp && mkdir -p ../web/build && jest --coverage" }, "release": { "branches": [