Skip to content

Commit 1f5fcf6

Browse files
chore: fix local node version mismatch issue with better sqlite3 (#30158)
1 parent 195cdb1 commit 1f5fcf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"docker": "cd ../.. && WORKING_DIR=/packages/server ./scripts/run-docker-local.sh",
1313
"postinstall": "patch-package",
1414
"lint": "eslint --ext .js,.jsx,.ts,.tsx,.json, .",
15-
"rebuild-better-sqlite3": "electron-rebuild -o better-sqlite3",
15+
"rebuild-better-sqlite3": "electron-rebuild -f -o better-sqlite3",
1616
"repl": "node repl.js",
1717
"start": "node ../../scripts/cypress open --dev --global",
1818
"test": "node ./test/scripts/run.js",

0 commit comments

Comments
 (0)