Skip to content

Commit

Permalink
Fixing framework
Browse files Browse the repository at this point in the history
  • Loading branch information
nshiab committed Nov 7, 2024
1 parent 324c03a commit 5f37fac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup-sda.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,8 @@ export default function getTempChange(
writeFileSync("sda/data-raw/temp.csv", data);
console.log(" => sda/data-raw/temp.csv has been created.");

mkdirSync("src");

writeFileSync("src/index.md", indexMd);
console.log(" => src/index.md has been created.");

Expand Down

0 comments on commit 5f37fac

Please sign in to comment.