Skip to content

Commit c2af5dd

Browse files
authored
fix(icons): add missing folders (#35)
1 parent 9db25a5 commit c2af5dd

File tree

4 files changed

+13
-38
lines changed

4 files changed

+13
-38
lines changed

.changeset/giant-meteors-do.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@qlik/sprout-icons": patch
3+
---
4+
5+
fix: add missing folder from release

.github/workflows/release-icons.yml

Lines changed: 0 additions & 37 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ jobs:
2727
with:
2828
npm-token: ${{ secrets.NPM_CI_TOKEN }}
2929

30-
- run: pnpm install
30+
- run: |
31+
pnpm install
32+
pnpm build
3133
3234
- name: Create Release Pull Request or Publish to Qlik GitHub Packages npm registry
3335
id: changesets

packages/sprout-icons/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
"name": "@qlik/sprout-icons",
33
"version": "0.0.0",
44
"type": "module",
5+
"files": [
6+
"svg",
7+
"react",
8+
"vue"
9+
],
510
"scripts": {
611
"build": "rimraf ./react ./vue ./raw ./optimized && svgo -f ./svg -o ./optimized --pretty --indent=2 && node ./scripts/build-icon-pkg.mjs esm"
712
},

0 commit comments

Comments
 (0)