Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: set off daemon for entire app #731

Merged
merged 5 commits into from
Dec 17, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' into chore/set-off-daemon
  • Loading branch information
Jonghakseo authored Dec 17, 2024
commit 978a80dde48c50d232d748ad07641b0006ab6e04
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"type": "module",
"scripts": {
"clean:bundle": "rimraf dist && rimraf dist-zip && turbo clean:bundle",
"clean:bundle": "rimraf dist && turbo clean:bundle",
"clean:node_modules": "pnpx rimraf node_modules && pnpx turbo clean:node_modules",
"clean:turbo": "rimraf .turbo && turbo clean:turbo",
"clean": "pnpm clean:bundle && pnpm clean:turbo && pnpm clean:node_modules",
Expand Down Expand Up @@ -60,7 +60,7 @@
"tailwindcss": "^3.4.14",
"tslib": "^2.6.3",
"typescript": "5.5.4",
"vite": "5.4.3",
"vite": "5.4.9",
"turbo": "^2.1.1",
"run-script-os": "^1.1.6"
},
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.