Skip to content

Commit a7fdd40

Browse files
committed
build: update check given leading stdlib prefix is already included
1 parent 433bb99 commit a7fdd40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scripts/run_affected_tests

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ main() {
145145

146146
# Build native add-ons for packages (if applicable):
147147
for pkg in ${packages}; do
148-
if [ -f "lib/node_modules/@stdlib/${pkg}/binding.gyp" ]; then
148+
if [ -f "lib/node_modules/${pkg}/binding.gyp" ]; then
149149
NODE_ADDONS_PATTERN="${pkg}" make install-node-addons
150150
fi
151151
done

0 commit comments

Comments
 (0)