Skip to content

Commit

Permalink
build: switch to npm (#772)
Browse files Browse the repository at this point in the history
#### Why
Moving to NPM to be more consistent across LINZ, most of LINZ uses npm
and splitting the codebases between NPM and yarn is confusing and time
consuming. Also the version of yarn we are using is deprecated and hasnt
see significant improvements recently, where as npm has started getting
a lot of new features.
  • Loading branch information
Wentao-Kuang authored Aug 22, 2023
1 parent e8da250 commit 49bcaf7
Show file tree
Hide file tree
Showing 3 changed files with 1,545 additions and 940 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ jobs:

steps:
- uses: linz/action-typescript@v3
with:
package-manager: yarn

- name: (Build) Prepare path for glyphs and sprites
run: |
Expand Down
Loading

0 comments on commit 49bcaf7

Please sign in to comment.