Skip to content

Commit

Permalink
small nextjs config tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
ValiuchenkoVladyslav committed Sep 17, 2024
1 parent 0a64fc8 commit 0544dd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"scripts": {
"dev": "tauri dev -c core/tauri.conf.json",
"next-build": "next build",
"next-build": "next build --no-lint",
"build": "tauri build -c core/tauri.conf.json",
"build:debug": "tauri build -c core/tauri.conf.json -d",
"lint": "cargo clippy --manifest-path ./core/Cargo.toml --no-deps",
Expand Down
2 changes: 1 addition & 1 deletion apps/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"build": "next build --no-lint",
"start": "next start"
},
"dependencies": {
Expand Down

0 comments on commit 0544dd0

Please sign in to comment.