mirror of
https://github.com/sasjs/server.git
synced 2026-01-05 05:40:06 +00:00
chore(build): mcreate web/build folder before running tests in github CI steps
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
"build": "rimraf build && tsc",
|
"build": "rimraf build && tsc",
|
||||||
"semantic-release": "semantic-release -d",
|
"semantic-release": "semantic-release -d",
|
||||||
"prepare": "[ -d .git ] && git config core.hooksPath ./.git-hooks || true",
|
"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": {
|
"release": {
|
||||||
"branches": [
|
"branches": [
|
||||||
|
|||||||
Reference in New Issue
Block a user