Skip to content

Commit

Permalink
test workflows #7
Browse files Browse the repository at this point in the history
  • Loading branch information
Irenej Bozovicar committed Jan 8, 2024
1 parent 936e44f commit cbc8223
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,10 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Open frontend directory
- name: Install dependencies and build
working-directory: frontend
run: |
ls -la
# Install dependencies
- name: Install dependencies
run: npm install

# Build the project
- name: Build
run: npm run build
npm install && npm run build
# Deploy to Firebase Hosting
- name: Deploy to Firebase Hosting
Expand Down

0 comments on commit cbc8223

Please sign in to comment.