This commit is contained in:
Peter Maquiran
2022-12-21 14:39:30 +01:00
parent b646f273f1
commit 978f2dff4b
5 changed files with 7 additions and 5 deletions
+2 -1
View File
@@ -11,7 +11,8 @@
"e2e": "ng e2e",
"test": "jest --detectOpenHandles --runInBand",
"test:prof": "ionic build --configuration production && npm run test",
"dev:share": "lite-server --baseDir=share"
"dev:share": "lite-server --baseDir=share",
"install:chromium":"node node_modules/puppeteer/install.js"
},
"private": true,
"dependencies": {