Skip to content

Commit

Permalink
refactor: coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
stopsopa committed Aug 23, 2023
1 parent 8f24177 commit 4cb5139
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 1 deletion.
31 changes: 31 additions & 0 deletions .github/clean_before_github_pages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,37 @@ cd "${_DIR}/.."
set -x
rm -rf .env*
rm -rf .git
rm -rf bash

rm -rf .env*
rm -rf .github
rm -rf .gitignore
rm -rf .husky
rm -rf .npmignore
rm -rf .nvmrc
rm -rf .prettierignore
rm -rf .vscode
rm -rf colors.js
rm -rf combineReducers.js
rm -rf commitlint.config.js
rm -rf controller
rm -rf jest.config.js
rm -rf jest.sh
rm -rf jest.snapshotResolver.js
rm -rf LICENSE
rm -rf Makefile
rm -rf package.dev.json
rm -rf package.json
rm -rf playwright-async.config.js
rm -rf playwright-docker-defaults.sh
rm -rf playwright-report
rm -rf playwright.config.js
rm -rf playwright.sh
rm -rf prettier.config.cjs
rm -rf README.md
rm -rf release.config.js
rm -rf testall.sh
rm -rf yarn.lock

(
/bin/bash jasmine/clean_node_modules.sh
Expand Down
5 changes: 4 additions & 1 deletion jasmine/clean_node_modules.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ case ${_SHELL} in
esac

set -e
# set -x

cd "${_DIR}"

rm -rf var/*.log

cd "${_DIR}/../node_modules"

Expand Down

0 comments on commit 4cb5139

Please sign in to comment.