Skip to content

Commit

Permalink
Revert "test"
Browse files Browse the repository at this point in the history
This reverts commit ad5ffe5.
  • Loading branch information
edmulraney committed Aug 23, 2024
1 parent ad5ffe5 commit 65e0cfb
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions script/publish.sh
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
#!/bin/bash

# Only run this postinstall script if we're developing it.
# (Don't run if we're importing this package as an npm dependency
# inside a different repo)
if ! git rev-parse --is-inside-work-tree > /dev/null 2>&1; then
echo "Skipping install script because this is not inside a Git work tree."
exit 0
fi

# This script is used to release a new version of the package. It will:
# - Validate that the working directory is clean
# - Validate the version number argument
Expand Down

0 comments on commit 65e0cfb

Please sign in to comment.