Skip to content

Commit

Permalink
feat: test log
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Gleich <git@mattglei.ch>
  • Loading branch information
gleich committed Jul 7, 2022
1 parent 06ceae0 commit e6e74f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export async function main() {
const cwd = process.cwd();
const home = homedir();
const customer = cwd.substring(cwd.lastIndexOf('/') + 1).split('-')[0];
console.log('Detected customer name:', customer);
const specsFolder = path.join(home, 'specs');
const distFolder = path.join(home, 'dist');
if (customer === undefined) {
Expand Down

0 comments on commit e6e74f1

Please sign in to comment.