Cleaned up workflows
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
"predev": "npm run build:styles",
|
||||
"predeploy": "npm run build",
|
||||
"deploy": "gh-pages -d build",
|
||||
"prepare": "if exist .git (husky install) else (echo Skipping husky install)",
|
||||
"prepare": "[ -d .git ] && husky install || true",
|
||||
"refresh:tasks": "node scripts/formatTaskScraperJson.js"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
Reference in New Issue
Block a user