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 25b973e commit c7e59dbCopy full SHA for c7e59db
scripts/2-install.sh
@@ -31,6 +31,7 @@ cd "$E2E" || exit 1
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
+ cat package.json && \
35
bun add sqlite3 "$PACKAGE"
36
else
37
npm install --legacy-peer-deps && \
0 commit comments