Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelzw committed Sep 7, 2023
1 parent c1ce976 commit 06b515e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions src/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ export const execute = (cmd: string[]) => {

export const pixiCmd = (command: string, withManifestPath = true) => {
let commandArray = [options.pixiBinPath].concat(command.split(' '))
// if (withManifestPath) {
// commandArray = commandArray.concat(['--manifest-path', options.manifestPath])
// }
if (withManifestPath) {
commandArray = commandArray.concat(['--manifest-path', options.manifestPath])
}
switch (options.logLevel) {
case 'trace':
commandArray = commandArray.concat(['-vvv'])
Expand Down

0 comments on commit 06b515e

Please sign in to comment.