Skip to content

Commit 81abc90

Browse files
authored
Fix build script (#51)
1 parent 7e50927 commit 81abc90

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,7 @@ jobs:
3333

3434
- name: Run npx version-from-git --no-git-tag-version
3535
if: ${{ startsWith(github.ref, 'refs/heads/') }}
36-
run: |
37-
cd packages/component
38-
npx version-from-git --no-git-tag-version
36+
run: npx version-from-git --no-git-tag-version
3937

4038
- run: npm ci
4139

0 commit comments

Comments
 (0)