We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9a972e commit 25b973eCopy full SHA for 25b973e
scripts/2-install.sh
@@ -30,6 +30,7 @@ cd "$E2E" || exit 1
30
31
if [ "$PKG_MGR" = "bun" ]; then
32
rm -rf node_modules yarn.lock package-lock.json bun.lockb && \
33
+ sed -i '/"@formidablejs\/framework"/d' package.json && \
34
bun add sqlite3 "$PACKAGE"
35
else
36
npm install --legacy-peer-deps && \
0 commit comments