We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f58a9f7 commit 47b29c6Copy full SHA for 47b29c6
1 file changed
.github/workflows/publish.yml
@@ -54,14 +54,14 @@ jobs:
54
run: npm run affected:test -- --base="origin/master" --codeCoverage
55
56
- name: Setup version of tagged libraries
57
- run: |
58
- if [ -d "$PWD/packages/$LIBRARY" ]; then
59
- cd $PWD/packages/$LIBRARY
60
- npm version ${VERSION} --allow-same-version
61
- echo "Bumping $LIBRARY"
62
- cd ..
63
64
- fi
+ run: |
+ if [ -d "$PWD/packages/$LIBRARY" ]; then
+ cd $PWD/packages/$LIBRARY
+ npm version ${VERSION} --allow-same-version
+ echo "Bumping $LIBRARY"
+ cd ..
+ fi
65
66
- name: Builds components
67
run: npm run build --prod --with-deps --base="origin/master"
0 commit comments