details:   https://code.tryton.org/tryton/commit/bcfbef3830fe
branch:    default
user:      Cédric Krier <[email protected]>
date:      Fri Jul 17 11:40:28 2026 +0200
description:
        Allow npm to run puppeteer scripts

        Closes #14960
diffstat:

 sao/package.json |  3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diffs (12 lines):

diff -r c80a43510702 -r bcfbef3830fe sao/package.json
--- a/sao/package.json  Thu Jul 16 16:08:38 2026 +0200
+++ b/sao/package.json  Fri Jul 17 11:40:28 2026 +0200
@@ -65,5 +65,8 @@
     "grunt-cli": "^1.5",
     "grunt-contrib-concat": "^2.1",
     "grunt-contrib-less": "^3.0"
+  },
+  "allowScripts": {
+      "puppeteer": true
   }
 }

Reply via email to