mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
build: replace Yarn with npm (#1993)
This commit is contained in:
parent
3d67d26c70
commit
96cfb4be44
20 changed files with 16641 additions and 9108 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
|||
registry-url: "https://registry.npmjs.org"
|
||||
- name: Build
|
||||
run: |
|
||||
npm install --force
|
||||
npm install
|
||||
npm run build:docs & npm run build:lib
|
||||
- name: Publish package (stable)
|
||||
if: ${{ ! contains(github.ref, '-next') }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue