Bugfix: Created and Updated dates for fresh and imported experiments-ff-segments #4272
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Frontend Build | |
| on: ['pull_request', 'workflow_dispatch'] | |
| jobs: | |
| frontend-build: | |
| name: Frontend Build | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Git Checkout | |
| uses: actions/checkout@v3 | |
| - name: Frontend Build | |
| uses: ./.github/actions/generic-npm-build | |
| with: | |
| working_directory: frontend | |
| build_script: build:prod |