Skip to content

Commit

Permalink
feat(ProductIllustration): environmental footprint calculator
Browse files Browse the repository at this point in the history
  • Loading branch information
radhi-nasser-scaleway committed Oct 24, 2024
1 parent b69aa0e commit bd816b5
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/strong-candles-remain.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@ultraviolet/illustrations": minor
---

feat(ProductIllustration): environmental footprint calculator
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions utils/illustrations/uploadIllustrations.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const findFiles = (dir, output, illustrations) => {
fs.writeFileSync(
output,
`/**
* This file is automatically generated from /scripts/illustrations/uploadIllustrations.js
* This file is automatically generated from /utils/illustrations/uploadIllustrations.js
* PLEASE DO NOT EDIT HERE
*/ \n
const BASE_URL = '${BASE_URL}'\n\n`,
Expand Down Expand Up @@ -83,7 +83,7 @@ const exportProducts = () => {
fs.writeFileSync(
`${PRODUCTS_DIR}/index.ts`,
`/**
* This file is automatically generated from /scripts/illustrations/uploadIllustrations.js
* This file is automatically generated from /utils/illustrations/uploadIllustrations.js
* PLEASE DO NOT EDIT HERE
*/ \n`,
)
Expand Down

0 comments on commit bd816b5

Please sign in to comment.