Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
small cleanup of "yarn clean" cmds
Browse files Browse the repository at this point in the history
telamonian committed Sep 7, 2024
1 parent 8122944 commit 9d739c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
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",

0 comments on commit 9d739c1

Please sign in to comment.