Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
romanmakarevych0201 authored Nov 26, 2023
1 parent e7e4b97 commit 5fdd993
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,13 @@ jobs:
echo test, and deploy your project.
- name: Install Dependencies
run: npm install
run: npm ci

- name: Build Project
run: npm run


run: npm run

- name: Test aplication
run: npm run build



0 comments on commit 5fdd993

Please sign in to comment.