Skip to content

Commit

Permalink
bruh
Browse files Browse the repository at this point in the history
  • Loading branch information
SL4F committed Sep 22, 2024
1 parent 0497ad6 commit 4396ea1
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 @@ -4,7 +4,7 @@
"description": "CP Client",
"main": "./compiled/main.js",
"scripts": {
"clean": "rimraf compiled/",
"clean": "./compiled/",
"copy-files": "copyfiles -u 1 assets/**/* assets/* compiled/assets/",
"build-tsc": "yarn clean && tsc && yarn copy-files",
"start": "yarn build-tsc && electron ./compiled/main.js",
Expand Down

0 comments on commit 4396ea1

Please sign in to comment.