Skip to content
This repository was archived by the owner on Sep 17, 2024. It is now read-only.

Commit 2d9ffa0

Browse files
authored
deps(detect-libc): detect-libc is required for install scripts (#226)
* fix(profiling): add detect-libc to deps and test it in CI * fix(profiling): bump sentry js packages * fix(profiling): check that test fails * fix(profiling): revert fail condition as test fails
1 parent d00218c commit 2d9ffa0

File tree

3 files changed

+643
-618
lines changed

3 files changed

+643
-618
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
branches:
55
- main
66
- release/**
7+
- "**/*"
78
workflow_dispatch:
89
inputs:
910
commit:
@@ -324,3 +325,4 @@ jobs:
324325
- run: npm run test:setup:bundle
325326
- run: npm run test:${{matrix.bundler}}:build
326327
- run: npm run test:${{matrix.bundler}}:run
328+
- run: rm -rf ./node_modules/ && npm install --omit=dev && node scripts/check-build.mjs

0 commit comments

Comments
 (0)