Skip to content

Commit 9fe411d

Browse files
committed
Force move package.json on cleanup.
1 parent 46fbf5c commit 9fe411d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nextjs/test/run-integration-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ START_TIME=$(date -R)
99
function cleanup {
1010
echo "[nextjs] Cleaning up..."
1111
mv next.config.js.bak next.config.js 2>/dev/null || true
12-
mv package.json.bak package.json || true
12+
mv -f package.json.bak package.json 2>/dev/null || true
1313
rm -rf node_modules 2>/dev/null || true
1414

1515
# Delete yarn's cached versions of sentry packages added during this test run, since every test run installs multiple

0 commit comments

Comments
 (0)