Skip to content

Commit 25b973e

Browse files
committed
chore: remove framework dependency
1 parent b9a972e commit 25b973e

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
@@ -30,6 +30,7 @@ cd "$E2E" || exit 1
3030

3131
if [ "$PKG_MGR" = "bun" ]; then
3232
rm -rf node_modules yarn.lock package-lock.json bun.lockb && \
33+
sed -i '/"@formidablejs\/framework"/d' package.json && \
3334
bun add sqlite3 "$PACKAGE"
3435
else
3536
npm install --legacy-peer-deps && \

0 commit comments

Comments
 (0)