Skip to content

Commit

Permalink
chore: rm popd
Browse files Browse the repository at this point in the history
  • Loading branch information
broofa committed Jul 24, 2024
1 parent bbc1d71 commit 3fee9ca
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 19 deletions.
12 changes: 6 additions & 6 deletions examples/node-commonjs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions examples/node-esmodules/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions examples/node-jest/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion scripts/testpack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ TEST_DIR=$(mktemp -d)

mkdir -p ${TEST_DIR}

trap 'popd && rm -rf $TEST_DIR' EXIT
trap 'rm -rf $TEST_DIR' EXIT

# Create package tarball
npm pack --pack-destination=${TEST_DIR}
Expand Down

0 comments on commit 3fee9ca

Please sign in to comment.