Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Workflow実行時のPipelineテスト #486

Open
wants to merge 12 commits into
base: develop-test
Choose a base branch
from
1 change: 1 addition & 0 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
"start": "react-app-rewired start --scripts-version react-scripts",
"build": "BUILD_PATH='./build' react-app-rewired build --openssl-legacy-provider build",
"test": "react-app-rewired test",
"test-coverage": "react-app-rewired test --coverage",
"test:ci": "CI=true react-app-rewired test",
"eject": "react-scripts eject",
"format": "prettier --write .",
Expand Down
Loading