mirror of
https://github.com/tradecatlabs/vibe-coding-cn.git
synced 2026-08-14 03:18:04 +00:00
chore: migrate repository to standard knowledge base layout
This commit is contained in:
@@ -16,7 +16,7 @@ help:
|
||||
lint:
|
||||
@echo "Linting markdown files..."
|
||||
@npm install -g markdownlint-cli
|
||||
@markdownlint --config .github/lint_config.json '**/*.md'
|
||||
@markdownlint --config .github/lint_config.json --ignore .history --ignore tools/external --ignore scripts/backups/gz '**/*.md'
|
||||
|
||||
build:
|
||||
@echo "Building the project..."
|
||||
@@ -31,4 +31,4 @@ test:
|
||||
clean:
|
||||
@echo "Cleaning up build artifacts..."
|
||||
# Add your clean commands here (e.g., rm -rf dist/ build/)
|
||||
@echo "Cleanup complete."
|
||||
@echo "Cleanup complete."
|
||||
|
||||
Reference in New Issue
Block a user