Skip to content

Commit

Permalink
Use npm for publishing for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
baldo committed Jul 11, 2022
1 parent ad2db34 commit 9c55508
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 1 deletion.
Empty file modified app/bower_components/font-awesome/fonts/FontAwesome.otf
100644 → 100755
Empty file.
Empty file modified app/bower_components/font-awesome/fonts/fontawesome-webfont.eot
100644 → 100755
Empty file.
Empty file modified app/bower_components/font-awesome/fonts/fontawesome-webfont.svg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified app/bower_components/font-awesome/fonts/fontawesome-webfont.ttf
100644 → 100755
Empty file.
Empty file.
Empty file.
9 changes: 9 additions & 0 deletions nix/publish
Original file line number Diff line number Diff line change
@@ -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" "$@"
2 changes: 1 addition & 1 deletion publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ if confirm "Continue publishing?"; then
yarn run dist

cd dist
yarn publish
npm publish
fi

0 comments on commit 9c55508

Please sign in to comment.