Skip to content

Commit

Permalink
CI(front): add ci pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasWerey committed Jan 12, 2024
1 parent 4f74e0d commit 6235763
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
node-version: 18
registry-url: "https://npm.pkg.github.com"

- name: Prepare .npmrc
run: echo "//npm.pkg.github.com/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc

- name: Install dependencies
run: cd Front && npm ci

Expand Down

0 comments on commit 6235763

Please sign in to comment.