Skip to content

Commit 54b7e72

Browse files
committed
fix: race condition when deleting files
1 parent 77385a3 commit 54b7e72

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"clean:nextjs": "rm -rf electron/renderer/.next",
3535
"clean:themes": "rm -rf electron/renderer/public/themes",
3636
"clean:react-grid": "rm -rf electron/renderer/public/react-grid",
37-
"clean": "concurrently \"yarn clean:dist\" \"yarn clean:build\" \"yarn clean:nextjs\" \"yarn clean:themes\" \"yarn clean:react-grid\" \"yarn clean:tsbuildinfo\"",
37+
"clean": "concurrently \"yarn clean:dist\" \"yarn clean:build\" \"yarn clean:nextjs\" \"yarn clean:themes\" \"yarn clean:react-grid\" && yarn clean:tsbuildinfo",
3838
"prettier": "prettier --check .",
3939
"prettier:fix": "yarn prettier --write",
4040
"lint": "eslint --ext .js,.ts,.tsx .",

yarn.lock

+8-1
Original file line numberDiff line numberDiff line change
@@ -2144,13 +2144,20 @@
21442144
dependencies:
21452145
undici-types "~5.26.4"
21462146

2147-
"@types/node@^18.11.18", "@types/node@^18.11.9", "@types/node@^18.18.6":
2147+
"@types/node@^18.11.18", "@types/node@^18.11.9":
21482148
version "18.18.7"
21492149
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.18.7.tgz#bb3a7068dc4ba421b6968f2a259298b3a4e129e8"
21502150
integrity sha512-bw+lEsxis6eqJYW8Ql6+yTqkE6RuFtsQPSe5JxXbqYRFQEER5aJA9a5UH9igqDWm3X4iLHIKOHlnAXLM4mi7uQ==
21512151
dependencies:
21522152
undici-types "~5.26.4"
21532153

2154+
"@types/node@^18.18.7":
2155+
version "18.18.8"
2156+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.18.8.tgz#2b285361f2357c8c8578ec86b5d097c7f464cfd6"
2157+
integrity sha512-OLGBaaK5V3VRBS1bAkMVP2/W9B+H8meUfl866OrMNQqt7wDgdpWPp5o6gmIc9pB+lIQHSq4ZL8ypeH1vPxcPaQ==
2158+
dependencies:
2159+
undici-types "~5.26.4"
2160+
21542161
"@types/normalize-package-data@^2.4.0", "@types/normalize-package-data@^2.4.1", "@types/normalize-package-data@^2.4.3":
21552162
version "2.4.3"
21562163
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.3.tgz#291c243e4b94dbfbc0c0ee26b7666f1d5c030e2c"

0 commit comments

Comments
 (0)