details: https://code.tryton.org/tryton/commit/f69d86a4f18d
branch: 8.0
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 58012b14878a -r f69d86a4f18d 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
@@ -65,5 +65,8 @@
"grunt-cli": "^1.5",
"grunt-contrib-concat": "^2.1",
"grunt-contrib-less": "^3.0"
+ },
+ "allowScripts": {
+ "puppeteer": true
}
}