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 c7e59db commit c61fa9fCopy full SHA for c61fa9f
scripts/2-install.sh
@@ -31,7 +31,6 @@ 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