Skip to content

Commit

Permalink
Fix typo in linux clean script
Browse files Browse the repository at this point in the history
  • Loading branch information
icewolfz committed Sep 13, 2022
1 parent 15ca215 commit f775163
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 @@ -49,7 +49,7 @@
"release:mac": "npm run compile && npm run package:mac",
"clean:code": "del /q .\\out\\*.js && del /q .\\out\\editor\\*.js && del /q .\\build\\js\\*.js && del /q .\\build\\js\\editor\\*.js",
"clean:css": "del /q .\\build\\css\\*.css",
"clean:code-linux": "rm ./out/*.js && rm ./out/editor/*.js && rm ./build/js/*.js && rm ./build/js/cditor/*.js",
"clean:code-linux": "rm ./out/*.js && rm ./out/editor/*.js && rm ./build/js/*.js && rm ./build/js/editor/*.js",
"clean:css-linux": "rm ./build/css/*.css",
"clean:dist": "rm -rf ./dist",
"list": "asar l .\\dist\\win-unpacked\\resources\\app.asar > .\\dist\\files%npm_package_version%.txt",
Expand Down

0 comments on commit f775163

Please sign in to comment.