mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
chore: add Chromium installation for Karma tests and update devcontainer configuration
This commit is contained in:
@@ -47,7 +47,8 @@
|
||||
"CI": "true",
|
||||
"NODE_ENV": "development",
|
||||
"NO_UPDATE_NOTIFIER": "1",
|
||||
"PNPM_STORE_DIR": "/home/node/.pnpm-store"
|
||||
"PNPM_STORE_DIR": "/home/node/.pnpm-store",
|
||||
"CHROME_BIN": "/usr/bin/chromium"
|
||||
},
|
||||
|
||||
"mounts": ["source=alfresco-ng2-pnpm-store,target=/home/node/.pnpm-store,type=volume"],
|
||||
|
||||
Reference in New Issue
Block a user