Skip to content

Commit

Permalink
Fix linus clean scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
icewolfz committed Sep 13, 2022
1 parent c016342 commit 15ca215
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 @@ -26,7 +26,7 @@
"build:debug-quick": "electron-builder --dir --c.npmRebuild=false",
"build:debug-quick-compile": "npm run compile && npm run build:debug-quick",
"clean": "npm run clean:code && npm run clean:css",
"clean-linux": "npm run clean-linux:code && npm run clean-linux:css",
"clean:linux": "npm run clean:code-linux && npm run clean:css-linux",
"compile": "npm run compile:css && npm run compile:themes && npm run compile:worker && npm run compile:common && npm run min && echo Compile Done",
"compile:debug": "npm run compile:css && npm run compile:themes && npm run compile:worker-debug && npm run compile:common-debug && copy out\\*.js build\\js\\ && xcopy /Y /E /I out\\editor build\\js\\editor && echo Compile Done",
"compile:debug-linux": "npm run compile:css && npm run compile:themes && npm run compile:worker-debug && npm run compile:common-debug && cp out/*.js build/js/ && cp -r out/editor build/js/editor && echo Compile Done",
Expand Down

0 comments on commit 15ca215

Please sign in to comment.