chore: fix local node version mismatch issue with better sqlite3 (#30158)

This commit is contained in:
Ryan Manuel
2024-09-03 10:03:06 -05:00
committed by GitHub
parent 195cdb11a2
commit 1f5fcf65b2

View File

@@ -12,7 +12,7 @@
"docker": "cd ../.. && WORKING_DIR=/packages/server ./scripts/run-docker-local.sh",
"postinstall": "patch-package",
"lint": "eslint --ext .js,.jsx,.ts,.tsx,.json, .",
"rebuild-better-sqlite3": "electron-rebuild -o better-sqlite3",
"rebuild-better-sqlite3": "electron-rebuild -f -o better-sqlite3",
"repl": "node repl.js",
"start": "node ../../scripts/cypress open --dev --global",
"test": "node ./test/scripts/run.js",