Skip to content

Commit c7e59db

Browse files
committed
chore: cat package.json
1 parent 25b973e commit c7e59db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/2-install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ cd "$E2E" || exit 1
3131
if [ "$PKG_MGR" = "bun" ]; then
3232
rm -rf node_modules yarn.lock package-lock.json bun.lockb && \
3333
sed -i '/"@formidablejs\/framework"/d' package.json && \
34+
cat package.json && \
3435
bun add sqlite3 "$PACKAGE"
3536
else
3637
npm install --legacy-peer-deps && \

0 commit comments

Comments
 (0)