details: https://code.tryton.org/tryton/commit/8bf121028fc7
branch: 7.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 54b72674f7de -r 8bf121028fc7 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-contrib-concat": "^1.0",
"grunt-contrib-less": "^2.0",
"grunt-contrib-uglify": "^5.0"
+ },
+ "allowScripts": {
+ "puppeteer": true
}
}