We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d24f3a3 commit f90c977Copy full SHA for f90c977
Justfile
@@ -81,7 +81,7 @@ build-turborepo example:
81
cd turborepo/examples/{{ example }} && pnpm build
82
83
# Full reset - clean everything and reinstall
84
-reset-all: clean-all clean-dist-all install-all
+reset-all: clean clean-dist-all install-all
85
@echo "✓ Full reset complete"
86
87
# Reset vanilla directory
0 commit comments