Skip to content

Commit

Permalink
move pnp-bin.js into formatters dir for simpler melpa recipe (#243)
Browse files Browse the repository at this point in the history
Gets all non-elisp dependencies into a single directory,
`scripts/formatters`

<!--

To expedite the pull request process, please see the contributor guide
for my projects:

  <https://github.com/raxod502/contributor-guide>

-->
  • Loading branch information
edslocomb authored Nov 7, 2023
1 parent 54a192c commit 314af56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/formatters/apheleia-npx
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ if (( "$#" == 0 )); then
fi

# location of this script
apheleia_dir="$(cd $(dirname ${BASH_SOURCE[0]})/../.. &>/dev/null && pwd)"
pnp_bin="${apheleia_dir}/scripts/pnp-bin.js"
scripts_dir="$(cd $(dirname ${BASH_SOURCE[0]}) &>/dev/null && pwd)"
pnp_bin="${scripts_dir}/pnp-bin.js"

# This function prints the name of the current directory if it
# contains a file or directory named after the first argument, or the
Expand Down
File renamed without changes.

0 comments on commit 314af56

Please sign in to comment.