Backend Stability, Basically functional.
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
"format:check": "prettier --check src/",
|
||||
"fix": "npm run lint -- --fix",
|
||||
"generate-component": "node scripts/generate-component.js",
|
||||
"prepare": "cd .. && husky install site/.husky",
|
||||
"prepare": "if exist .git (husky install) else (echo Skipping husky install)",
|
||||
"precommit": "npm run format:check && npm run lint"
|
||||
},
|
||||
"author": "Christopher Brown"
|
||||
|
||||
Reference in New Issue
Block a user