mirror of
https://github.com/usatiuk/photos.git
synced 2025-10-28 07:27:47 +01:00
rename all 'writer' to 'photos'
This commit is contained in:
@@ -15,8 +15,8 @@
|
||||
"lint-frontend-fix": "cd frontend && npm run lint-fix",
|
||||
"lint-all": "npm run lint && npm run lint-frontend",
|
||||
"lint-all-fix": "npm run lint-fix && npm run lint-frontend-fix",
|
||||
"prettier-check": "prettier src/** --check && prettier frontend/src/** --check",
|
||||
"prettify": "prettier src/** --write && prettier frontend/src/** --write"
|
||||
"prettier-check": "prettier src/**/*.ts frontend/src/**/*.ts frontend/src/**/*.tsx --check",
|
||||
"prettify": "prettier src/**/*.ts frontend/src/**/*.ts frontend/src/**/*.tsx --write"
|
||||
},
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
|
||||
Reference in New Issue
Block a user