Skip to content

Commit

Permalink
Remove cleaning of node_modules in favor of #1978.
Browse files Browse the repository at this point in the history
  • Loading branch information
sbruens committed Apr 19, 2024
1 parent 1adef8b commit f4565bf
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 @@ -5,7 +5,7 @@
"action:help": "npm run action list",
"action:list": "npm run action list",
"action": "node ./src/build/run_action.mjs",
"clean": "rimraf client/build client/output node_modules client/node_modules client/www client/platforms client/plugins server_manager/node_modules third_party/jsign/*.jar && go run github.com/go-task/task/v3/cmd/task clean",
"clean": "rimraf client/build client/output node_modules client/node_modules client/www client/platforms client/plugins third_party/jsign/*.jar && go run github.com/go-task/task/v3/cmd/task clean",
"format:all": "prettier --write \"**/*.{cjs,mjs,html,js,json,md,ts}\"",
"format": "pretty-quick --staged --pattern \"**/*.{cjs,mjs,html,js,json,md,ts}\"",
"lint:ts": "eslint --ext ts,mjs client/src",
Expand Down

0 comments on commit f4565bf

Please sign in to comment.