mirror of
https://github.com/immich-app/immich.git
synced 2025-12-20 17:25:35 +03:00
fix: warning when building web (#5680)
This commit is contained in:
@@ -17,7 +17,8 @@
|
||||
"format:fix": "prettier --write .",
|
||||
"test": "jest",
|
||||
"test:cov": "jest --coverage",
|
||||
"test:watch": "npm test -- --watch"
|
||||
"test:watch": "npm test -- --watch",
|
||||
"prepare": "svelte-kit sync"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/preset-env": "^7.20.2",
|
||||
|
||||
Reference in New Issue
Block a user