Skip to content

Commit

Permalink
fix: private packages were not passed to the test function
Browse files Browse the repository at this point in the history
  • Loading branch information
lirantal committed Jul 12, 2021
1 parent 5fab236 commit 7f3f0bb
Show file tree
Hide file tree
Showing 2 changed files with 20,313 additions and 32 deletions.
7 changes: 6 additions & 1 deletion bin/snync.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,10 @@ async function main() {
process.exit(-1)
}

await testProject({ projectPath, log: console.log, debug: cli.flags.debug })
await testProject({
projectPath,
log: console.log,
debug: cli.flags.debug,
privatePackagesList: cli.flags.private
})
}
Loading

0 comments on commit 7f3f0bb

Please sign in to comment.