Skip to content

Commit

Permalink
chore: bump nx (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
nirga authored Jan 11, 2024
1 parent 08b7abe commit 6ba8cf7
Show file tree
Hide file tree
Showing 5 changed files with 566 additions and 41 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ jobs:
cache: "npm"
node-version-file: ".nvmrc"
- uses: nrwl/nx-set-shas@v3
- run: npm i
- run: npx nx --version
- run: npm ci
- run: npx nx run-many --targets=lint
- run: npx prettier --check .

Expand Down Expand Up @@ -58,7 +57,7 @@ jobs:
cache: "npm"
node-version-file: ".nvmrc"
- uses: nrwl/nx-set-shas@v3
- run: npm i
- run: npm ci
- name: Build
run: npx nx affected --target=build --parallel=3
- name: Test
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,6 @@ testem.log
# System Files
.DS_Store
Thumbs.db

# NX
.nx
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.15
18
Loading

0 comments on commit 6ba8cf7

Please sign in to comment.