File tree Expand file tree Collapse file tree 4 files changed +13
-38
lines changed
Expand file tree Collapse file tree 4 files changed +13
-38
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " @qlik/sprout-icons " : patch
3+ ---
4+
5+ fix: add missing folder from release
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 },
You can’t perform that action at this time.
0 commit comments