1
0
mirror of https://github.com/sasjs/server.git synced 2025-12-10 19:34:34 +00:00

chore(build): mcreate web/build folder before running tests in github CI steps

This commit is contained in:
2021-10-23 13:34:51 +00:00
parent e2b12b74f5
commit 70a8aaf600

View File

@@ -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": [