Skip to content

Commit 5bb8352

Browse files
point sizereport at node_modules bin directory
1 parent c630419 commit 5bb8352

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
npm install
2727
npm test
2828
- name: sizereport
29-
run: sizereport --config
29+
run: ./node_modules/.bin/sizereport --config
3030

3131
# Could add this for canary versions
3232
# publish-gpr:

0 commit comments

Comments
 (0)