Use npm for publishing for now.
This commit is contained in:
parent
ad2db3427d
commit
9c55508970
8 changed files with 10 additions and 1 deletions
nix
9
nix/publish
Executable file
9
nix/publish
Executable 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" "$@"
|
Loading…
Add table
Add a link
Reference in a new issue