Skip to content

Commit

Permalink
🚀 Deploy new version [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
pabio-escobar committed Nov 29, 2020
1 parent 5fd7bcb commit 9073a40
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -219212,7 +219212,7 @@ const updateTemplate = async () => {
catch (error) { }
console.log("Removed template files");
const slugs = config.sites.map((site) => site.slug || slugify_1.default(site.name));
const filesToKeep = ["LICENSE"];
const filesToKeep = ["LICENSE", "summary.json"];
// Remove old data from ./api
const apiData = await fs_extra_1.readdir(path_1.join(".", "api"));
for await (const file of apiData)
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/update-template.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/update-template.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9073a40

Please sign in to comment.