File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -26,17 +26,14 @@ jobs:
26
26
with :
27
27
node-version : lts/*
28
28
29
- - name : Install dependencies
30
- run : pnpm i --frozen-lockfile
31
-
32
- - name : Generate Flavor Previews
33
- run : pnpm icons:preview
34
-
35
29
- name : Setup catppuccin/catwalk
36
30
uses :
catppuccin/[email protected]
37
31
38
- - name : Generate Catwalk Preview
39
- run : pnpm catwalk
32
+ - name : Install dependencies
33
+ run : pnpm i --frozen-lockfile
34
+
35
+ - name : Generate Previews
36
+ run : pnpm previews
40
37
41
38
- name : Create Pull Request
42
39
uses : peter-evans/create-pull-request@v7
Original file line number Diff line number Diff line change 123
123
"icons:optimize" : " tsx scripts/icons/optimize.ts" ,
124
124
"icons:preview" : " tsx scripts/icons/preview.ts" ,
125
125
"icons" : " pnpm run --sequential '/^icons:.*/'" ,
126
+ "previews" : " npx puppeteer browsers install chrome && pnpm run icons:preview && pnpm run catwalk" ,
126
127
"integrity" : " tsx scripts/integrity.ts" ,
127
128
"lint" : " eslint ." ,
128
129
"lint:fix" : " eslint . --fix" ,
You can’t perform that action at this time.
0 commit comments