Skip to content
This repository has been archived by the owner on May 18, 2024. It is now read-only.

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
amir734jj committed Oct 25, 2021
1 parent b572c3b commit 1d89021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ glob("lab*/*.marp.md", {}, function (err, files) {
var cmd = `marp ${file} --allow-local-files --pdf -o ${destination}.pdf`;
var result = execa.commandSync(cmd, {
...process.env,
CHROME_PATH: "/app/.apt/usr/bin/google-chrome",
CHROME_PATH: "$GOOGLE_CHROME_BIN",
});
console.log(
`[${result.failed ? "failed" : "success"}] ${result.command}`
Expand Down

0 comments on commit 1d89021

Please sign in to comment.