Merge pull request #120 from h-sphere/chore/fix-build-issues

chore: supressing warnings when compiling the project
This commit is contained in:
Kacper Kula 2025-03-21 17:36:26 +00:00 committed by GitHub
commit d8747be8f5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,7 +6,7 @@
"scripts": {
"dev": "node esbuild.config.mjs",
"typecheck": "tsc -noEmit -skipLibCheck",
"build": " node esbuild.config.mjs production",
"build": "node --no-warnings esbuild.config.mjs production",
"version": "node version-bump.mjs && git add manifest.json versions.json",
"rebuild": "electron-rebuild -f -w better-sqlite3",
"docs:dev": "vitepress dev docs",