Skip to content

Commit

Permalink
Devops: Pipeline fix v1
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroIbarraC authored Apr 23, 2021
1 parent 6bc1fe7 commit 65ac53e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:

- name: Install dependencies
run: npm ci

- name: Rebuild Node-Sass
run: npm rebuild node-sass

- name: Build
run: npm run build
Expand Down

0 comments on commit 65ac53e

Please sign in to comment.