Skip to content

Commit

Permalink
Merge pull request #7 from it-harrison/test-v
Browse files Browse the repository at this point in the history
fix: add variable to pack-a app.js
  • Loading branch information
it-harrison authored Nov 21, 2023
2 parents a27610e + aedb8fc commit 066d1e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/pack-a/app.js
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
console.log('test!');
console.log('test!');
const a = 'a';
3 changes: 2 additions & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"packages/pack-a": {},
"packages/pack-b": {},
"packages/pack-c": {}
}
},
"separate-pull-requests": true
}

0 comments on commit 066d1e0

Please sign in to comment.