Skip to content

Commit

Permalink
chore: add build reset command
Browse files Browse the repository at this point in the history
  • Loading branch information
abelflopes committed Jul 25, 2024
1 parent 89e1d7d commit 73d85df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
"clean:cache": "lerna exec -- rm -rf .eslintcache cache",
"clean:deps": "lerna exec -- rm -rf node_modules && rm -rf node_modules",
"audit": "sh ./scripts/audit.sh && lerna exec --concurrency 1 -- sh ../../../scripts/audit.sh",
"todo": "npx leasot '{.,*}**' -i '**/node_modules/**' -S -x"
"todo": "npx leasot '{.,*}**' -i '**/node_modules/**' -S -x",
"reset": "npm run clean && npm i && npm run build:infra && npm run prebuild"
},
"devDependencies": {
"@abelflopes/eslint-config-tsr-pro": "^2.0.1",
Expand Down

0 comments on commit 73d85df

Please sign in to comment.