Skip to content

Commit 44a8216

Browse files
committed
chore(ci): include minified swatches in dev and stable releases
1 parent 779b886 commit 44a8216

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish_npm.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
run: |
6262
npm run sass
6363
npm run sass:flat
64-
npm run dist:swatches
64+
npm run sass:swatches
6565
npm run docs
6666
6767
- name: Lerna publish

.github/workflows/publish_npm_dev.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
run: |
6363
npm run sass
6464
npm run sass:flat
65-
npm run dist:swatches
65+
npm run sass:swatches
6666
npm run docs
6767
6868
- name: Lerna publish

0 commit comments

Comments
 (0)