Skip to content

Commit c147e09

Browse files
committed
fix script
1 parent 6e1e8a7 commit c147e09

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/smoking-test-exported.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ set -ue
44
set -o pipefail
55
cd $(dirname "$0")/..
66

7+
rm -v package.json package-lock.json
8+
79
for d in empty next preact-spa hono-worker; do
810
tar xf $d.tar.xz
911
pushd $d

0 commit comments

Comments
 (0)