Skip to content

Commit

Permalink
add test console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
nklayman committed Jan 29, 2021
1 parent 84b0de2 commit 30ea090
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ async function buildProject(
debug: boolean,
{configPath, distPath, iconPath, npmScript}: BuildOptions
): Promise<string[]> {
console.log('Has vue-cli-plugin-tauri:', hasDependency('vue-cli-plugin-tauri', root))
return new Promise<string>(resolve => {
if (core.getInput('preferGlobal') === 'true') {
resolve('tauri')
Expand Down

0 comments on commit 30ea090

Please sign in to comment.