Skip to content

Commit 800121c

Browse files
committed
fix(ci): correct path to test-npm-packages script
The npm package test script is located at scripts/npm/test-npm-packages.mjs, not scripts/test-npm-packages.mjs.
1 parent 5279766 commit 800121c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_local-not-for-reuse-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ jobs:
4848
run: pnpm run build
4949

5050
- name: Run npm package tests
51-
run: node scripts/test-npm-packages.mjs
51+
run: node scripts/npm/test-npm-packages.mjs

0 commit comments

Comments
 (0)