mirror of
https://github.com/cpvalente/ontime.git
synced 2026-07-26 10:38:55 +00:00
add electron and esbuild to allow list for postinstall builds
This commit is contained in:
+8
-6
@@ -1,14 +1,16 @@
|
||||
# https://pnpm.io/pnpm-workspace_yaml
|
||||
packages:
|
||||
- "apps/*"
|
||||
- "packages/*"
|
||||
- apps/*
|
||||
- packages/*
|
||||
catalog:
|
||||
typescript: 5.5.3
|
||||
"@typescript-eslint/eslint-plugin": 7.16.1
|
||||
"@typescript-eslint/parser": 7.16.1
|
||||
"@types/node": 22.15.26
|
||||
'@typescript-eslint/eslint-plugin': 7.16.1
|
||||
'@typescript-eslint/parser': 7.16.1
|
||||
'@types/node': 22.15.26
|
||||
prettier: 3.3.1
|
||||
eslint: 8.56.0
|
||||
eslint-config-prettier: 9.1.0
|
||||
eslint-plugin-prettier: 5.1.3
|
||||
vitest: 3.2.1
|
||||
onlyBuiltDependencies:
|
||||
- electron
|
||||
- esbuild
|
||||
|
||||
Reference in New Issue
Block a user