mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-07-28 18:24:38 -05:00
fix: exclude cypress from build in Dockerfile
This commit is contained in:
742
src-ui/package-lock.json
generated
742
src-ui/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -43,16 +43,18 @@
|
||||
"@angular-devkit/build-angular": "~13.2.5",
|
||||
"@angular/cli": "~13.2.5",
|
||||
"@angular/compiler-cli": "~13.2.4",
|
||||
"@cypress/schematic": "^1.6.0",
|
||||
"@types/jest": "27.4.1",
|
||||
"@types/node": "^17.0.21",
|
||||
"codelyzer": "^6.0.2",
|
||||
"concurrently": "7.0.0",
|
||||
"cypress": "~9.5.2",
|
||||
"jest": "27.5.1",
|
||||
"ts-node": "~10.7.0",
|
||||
"tslint": "~6.1.3",
|
||||
"typescript": "~4.5.5",
|
||||
"wait-on": "~6.0.1"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"cypress": "~9.5.2",
|
||||
"@cypress/schematic": "^1.6.0"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user