Skip to content

Commit d05b495

Browse files
committed
refactor(app): use vscode-material-icons package
1 parent e8b3d62 commit d05b495

File tree

776 files changed

+5593
-9273
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

776 files changed

+5593
-9273
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
with:
1717
registry-url: 'https://registry.npmjs.org'
1818
scope: '@rx-angular'
19+
node-version-file: .tool-versions
1920
- name: Install dependencies
2021
run: npm ci
2122
- name: Publish to NPM
@@ -33,6 +34,7 @@ jobs:
3334
with:
3435
registry-url: 'https://npm.pkg.github.com'
3536
scope: '@rx-angular'
37+
node-version-file: .tool-versions
3638
- name: Install dependencies
3739
run: npm ci
3840
- name: Publish to GPR

.tool-versions

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
nodejs 16.15.1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,5 +90,5 @@ npm start
9090
If you need to update icons and mappings from [VSCode Material Icon Theme](https://github.com/PKief/vscode-material-icon-theme), run:
9191

9292
```sh
93-
npm run fetch-icons
93+
npm i vscode-material-icons@latest
9494
```

0 commit comments

Comments
 (0)