Skip to content

Commit

Permalink
chore: fix local node version mismatch issue with better sqlite3 (cyp…
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanthemanuel authored and gweesin committed Sep 4, 2024
1 parent f4b69a9 commit 7e68b01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 7e68b01

Please sign in to comment.