Skip to content

Commit 95e3453

Browse files
committed
ci: add license checker but use yarn
1 parent 36c85ab commit 95e3453

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/check-licenses.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ jobs:
1919
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
2020

2121
- name: Check Licenses
22-
run: jlpm check-licenses
22+
run: yarn check-licenses
2323

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,5 @@
210210
"selector-no-vendor-prefix": null,
211211
"value-no-vendor-prefix": null
212212
}
213-
},
214-
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
213+
}
215214
}

0 commit comments

Comments
 (0)