Skip to content

Commit 349dd1c

Browse files
authored
chore: incorporate ui-icons build into prerelease task (#2475)
1 parent fe2fb91 commit 349dd1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"refresh:config": "test -n $BASH_VERSION && bash ./tasks/chromatic-config-creation.sh || exit 0",
4040
"refresh:directory": "test -n $BASH_VERSION && bash ./tasks/clean-up-after-migration.sh || exit 0",
4141
"refresh:env": "test -n $BASH_VERSION && bash ./tasks/copy-env-from-root.sh || exit 0",
42-
"prerelease": "nx reset && yarn build",
42+
"prerelease": "nx reset && yarn builder tag:component,ui-icons",
4343
"release": "lerna publish --no-private",
4444
"release:beta-from-package": "yarn release from-package --conventional-prerelease --preid beta --pre-dist-tag beta",
4545
"prerelease:site": "yarn build:site",

0 commit comments

Comments
 (0)