Use npm for publishing for now.

This commit is contained in:
baldo 2022-07-11 11:03:11 +02:00
parent ad2db3427d
commit 9c55508970
8 changed files with 10 additions and 1 deletions

9
nix/publish Executable file
View file

@ -0,0 +1,9 @@
#!/usr/bin/env bash
REPO=$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)
source "$REPO/nix/lib.inc.sh"
set -e
cd "$REPO"
wrap "$REPO/publish.sh" "$REPO" "$@"