Skip to content

Commit

Permalink
fix: shut down turbo daemon before rimraf cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrykKuniczak committed Aug 8, 2024
1 parent 86347a3 commit 6231dcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"url": "https://github.com/Jonghakseo/chrome-extension-boilerplate-react-vite.git"
},
"scripts": {
"clean": "rimraf dist && rimraf .turbo && turbo clean",
"clean": "turbo clean && turbo daemon stop && rimraf dist && rimraf .turbo",
"build": "turbo build",
"build:firefox": "cross-env __FIREFOX__=true turbo build",
"zip": "turbo zip",
Expand Down

0 comments on commit 6231dcf

Please sign in to comment.