Skip to content

Commit c61fa9f

Browse files
committed
chore: remove cat
1 parent c7e59db commit c61fa9f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/2-install.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ 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 && \
3534
bun add sqlite3 "$PACKAGE"
3635
else
3736
npm install --legacy-peer-deps && \

0 commit comments

Comments
 (0)