mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-09 08:40:32 -06:00
chore: fix local node version mismatch issue with better sqlite3 (#30158)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user