Skip to content

Commit

Permalink
chore: exclude chrome extension for now
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamChelman committed Oct 30, 2024
1 parent bdf4895 commit 0723534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
run: npm run build-tools
# Running scripts
- name: Running ${{ matrix.target }}
run: npm run nx -- run-many --target=${{ matrix.target }} --configuration=production --exclude=docs,docs-app
run: npm run nx -- run-many --target=${{ matrix.target }} --configuration=production --exclude=docs,docs-app,elastic-explorer-chrome-extension

0 comments on commit 0723534

Please sign in to comment.