Skip to content

Commit

Permalink
🐛 Copy status-page contents to dir
Browse files Browse the repository at this point in the history
  • Loading branch information
AnandChowdhary committed Oct 28, 2020
1 parent 98c0f94 commit 389ea20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/site.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const generateSite = async () => {
cd(siteDir);
exec("npm init -y");
exec("npm i @upptime/status-page");
cp("-r", "node_modules/@upptime/status-page", ".");
cp("-r", "node_modules/@upptime/status-page/*", ".");
exec("npm i");
exec("npm run export");
cd("../..");
Expand Down

0 comments on commit 389ea20

Please sign in to comment.