Skip to content

Commit

Permalink
t
Browse files Browse the repository at this point in the history
  • Loading branch information
seplee committed Apr 5, 2024
1 parent 1730b1d commit 9c79b7f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/build-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,13 @@ jobs:
runs-on: ubuntu-latest
environment: prod
steps:
- name: Checkout
uses: actions/checkout@v2

- name: Build FE
run: |
pwd
ls
ls -a
cd web
npm i
react-scripts build
Expand Down
2 changes: 1 addition & 1 deletion web/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sa
saasfs

# Getting Started with Create React App

Expand Down

0 comments on commit 9c79b7f

Please sign in to comment.