do not upload photos twice

This commit is contained in:
2020-10-14 20:02:05 +03:00
committed by Stepan Usatiuk
parent ece1ffd105
commit 661d2ef0c7
3 changed files with 65 additions and 1 deletions

View File

@@ -3,7 +3,7 @@
"scripts": {
"start": "parcel serve src/index.html",
"build": "parcel build src/index.html",
"lint": "eslint ./src/** --ext .js,.jsx,.ts,.tsx && tsc --noEmit",
"lint": "eslint ./src/** --ext .js,.jsx,.ts,.tsx",
"lint-fix": "eslint ./src/** --ext .js,.jsx,.ts,.tsx --fix",
"test": "jest"
},