Skip to content

Commit

Permalink
chore: add clean script and test:all script
Browse files Browse the repository at this point in the history
  • Loading branch information
drazisil committed Jun 22, 2024
1 parent f8ea845 commit 5464d81
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
"license": "AGPL-3.0",
"private": true,
"scripts": {
"start": "node --openssl-legacy-provider --env-file=.env --loader ts-node/esm ./apps/main/server.ts"
"clean": "rm -rf **/node_modules",
"start": "node --openssl-legacy-provider --env-file=.env --loader ts-node/esm ./apps/main/server.ts",
"test:all": "npm run test --workspaces --if-present"
},
"type": "module",
"workspaces": [
Expand Down

0 comments on commit 5464d81

Please sign in to comment.