-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
small cleanup of "yarn clean" cmds
1 parent
8122944
commit 9d739c1
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,8 +7,8 @@ | |
"packageManager": "[email protected]", | ||
"scripts": { | ||
"clean": "rimraf .vite dist out", | ||
"clean:assets": "rimraf assets/ComfyUI assets/cpython*.tar.gz assets/python assets/override.txt assets/python.tgz assets/requirements.*", | ||
"clean:slate": "yarn run clean && && yarn run clean:assets && rimraf node_modules", | ||
"clean:assets": "rimraf assets/ComfyUI assets/python assets/override.txt assets/python.tgz || rimraf assets/cpython*.tar.gz || rimraf assets/requirements.*", | ||
"clean:slate": "yarn run clean && yarn run clean:assets && rimraf node_modules", | ||
"lint": "eslint --ext .ts,.tsx .", | ||
"lint:fix": "eslint --fix --ext .ts,.tsx .", | ||
"make": "electron-forge make", | ||
|