Skip to content

Commit

Permalink
Clean up stop script, examples will never have node_modules or packag…
Browse files Browse the repository at this point in the history
…e-lock
  • Loading branch information
nicfv committed Dec 7, 2024
1 parent fa07f52 commit aff4365
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
@@ -1,7 +1,7 @@
{
"scripts": {
"start": "npm i && tsc -v && npm start --workspaces && typedoc --version && typedoc",
"stop": "rm -rf packages/*/node_modules packages/*/dist packages/*/types packages/*/examples/node_modules packages/*/examples/package-lock.json packages/*/Example node_modules package-lock.json docs"
"stop": "rm -rf packages/*/node_modules packages/*/dist packages/*/types packages/*/Example node_modules package-lock.json docs"
},
"workspaces": [
"packages/t6",
Expand Down

0 comments on commit aff4365

Please sign in to comment.