Skip to content

Commit

Permalink
🐛 Remove invocation of site function
Browse files Browse the repository at this point in the history
  • Loading branch information
AnandChowdhary committed Oct 28, 2020
1 parent de20386 commit 977a6e0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/site.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,3 @@ export const generateSite = async () => {
cp("-r", "__sapper__/export/*", "status-page/__sapper__/export");
cd("../..");
};
generateSite();

0 comments on commit 977a6e0

Please sign in to comment.