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

0
app/bower_components/font-awesome/fonts/FontAwesome.otf vendored Normal file → Executable file
View file

0
app/bower_components/font-awesome/fonts/fontawesome-webfont.eot vendored Normal file → Executable file
View file

0
app/bower_components/font-awesome/fonts/fontawesome-webfont.svg vendored Normal file → Executable file
View file

Before

Width:  |  Height:  |  Size: 434 KiB

After

Width:  |  Height:  |  Size: 434 KiB

0
app/bower_components/font-awesome/fonts/fontawesome-webfont.ttf vendored Normal file → Executable file
View file

0
app/bower_components/font-awesome/fonts/fontawesome-webfont.woff vendored Normal file → Executable file
View file

0
app/bower_components/font-awesome/fonts/fontawesome-webfont.woff2 vendored Normal file → Executable file
View file

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" "$@"

View file

@ -44,5 +44,5 @@ if confirm "Continue publishing?"; then
yarn run dist yarn run dist
cd dist cd dist
yarn publish npm publish
fi fi