Skip to content

Commit 18eebc0

Browse files
fix: run build command in eslint plugin workspace (#98)
1 parent 33a427b commit 18eebc0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
- name: Install dependencies
2424
run: yarn --immutable
2525

26-
- name: Build
27-
run: yarn build
26+
- name: Build eslint-plugin
27+
run: yarn workspace @bam.tech/eslint-plugin build
2828

2929
- name: Set up .npmrc file
3030
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc

0 commit comments

Comments
 (0)