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

        Closes #14960
        (grafted from bcfbef3830fe4c4f4e2cd6eb8ea855787bf19cd2)
diffstat:

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

diffs (12 lines):

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

Reply via email to