Skip to content

Commit

Permalink
chore(clean-pkg): get-projects
Browse files Browse the repository at this point in the history
  • Loading branch information
aegenet committed Mar 27, 2024
1 parent 9671a34 commit d3be023
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .build/get-projects.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
const fs = require('node:fs');

console.log(
JSON.parse(
fs.readFileSync('./.build/build-flow.config.json', 'utf8')
)
.map(f => f.name)
.join(',')
);

0 comments on commit d3be023

Please sign in to comment.