Skip to content

Commit 93d2b1d

Browse files
upgrade postinstall
1 parent ba0c71c commit 93d2b1d

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

package-lock.json

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@liascript/exporter",
3-
"version": "2.6.33--0.16.11",
3+
"version": "2.6.34--0.16.11",
44
"description": "A generic exporter for LiaScript",
55
"main": "dist/index.js",
66
"repository": {
@@ -18,6 +18,7 @@
1818
},
1919
"preferGlobal": true,
2020
"scripts": {
21+
"postinstall": "npx puppeteer browsers install chrome",
2122
"__preinstall": "cd LiaScript && npm i && npm run build:scorm1.2 && cp -r dist ../assets/scorm1.2",
2223
"build:assets": "npm run clean && npm run asset:scorm1.2 && npm run asset:scorm2004 && npm run asset:web && npm run asset:indexeddb && npm run asset:pdf && npm run asset:capacitor && npm run asset:logo",
2324
"clean": "rm -rf dist/assets/*",

0 commit comments

Comments
 (0)