1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-11 22:03:36 +00:00

adding AST to the build pipeline

This commit is contained in:
Joseph Flinn
2020-12-31 00:01:55 +00:00
parent a21127e187
commit 1465d3e4cc
2 changed files with 7 additions and 2 deletions

View File

@@ -1,8 +1,8 @@
exports.default = async function(configuration) {
console.log(`config:\n${JSON.stringify(configuration)}`)
console.log(`config:\n${JSON.stringify(configuration, null, 4)}`)
require("child_process").execSync(
`echo 'Heyo!'`,
`azuresigntool sign --help`,
{
stdio: "inherit"
}