From 50fe7c2a8b232946a328ef5a60c23794f74777a4 Mon Sep 17 00:00:00 2001 From: fiatjaf Date: Sat, 2 Nov 2024 08:34:56 -0300 Subject: [PATCH] streamline jsr publishes. --- justfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/justfile b/justfile index 2008fe3..b3994fe 100644 --- a/justfile +++ b/justfile @@ -13,6 +13,9 @@ test-only file: publish: build npm publish + perl -i -0pe "s/},\n \"optionalDependencies\": {\n/,/" package.json + jsr publish --allow-dirty + git checkout -- package.json format: eslint --ext .ts --fix *.ts