Skip to content

Commit

Permalink
internal: fix website build error (#3843)
Browse files Browse the repository at this point in the history
internal eslint rules are referenced in package json and required to be copied for a proper install.

to ponder: why did this ever work?
  • Loading branch information
yaacovCR authored Feb 6, 2023
1 parent 76e47fc commit b5eb498
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/build-docusaurus.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ fs.writeFileSync(tmpDirPath('package.json'), JSON.stringify(packageJSON));

copyToTmpDir('package-lock.json');
copyToTmpDir('tsconfig.json');
copyToTmpDir('resources/eslint-internal-rules');
copyToTmpDir('src');
copyToTmpDir('website');

Expand Down

0 comments on commit b5eb498

Please sign in to comment.