Skip to content

Commit

Permalink
add icons
Browse files Browse the repository at this point in the history
  • Loading branch information
hirsch88 committed Feb 11, 2024
1 parent db582fe commit 56c946f
Show file tree
Hide file tree
Showing 98 changed files with 3,554 additions and 263 deletions.
2 changes: 2 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
node_modules

packages/icons/src/index.ts
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,14 @@ jobs:
run: npm run registry
- name: Clean install
run: npm ci
- name: Define NX cache
- name: Define Nx cache
uses: nrwl/nx-set-shas@v4

- name: Check Format
- name: Prepare build
run: npx nx run-many -t prepare

- name: Check format
run: npx nx-cloud record -- nx format:check

- name: Lint, test & build
run: npx nx affected -t lint test build
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
tsconfig.base.json
packages/icons/src/index.ts
5 changes: 5 additions & 0 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@
"@nx/vite:test": {
"cache": true,
"inputs": ["default", "^default"]
},
"@nx/rollup:rollup": {
"cache": true,
"dependsOn": ["^build"],
"inputs": ["default", "^default"]
}
},
"plugins": [
Expand Down
Loading

0 comments on commit 56c946f

Please sign in to comment.