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:
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user