Skip to content

Commit b5eb498

Browse files
authored
internal: fix website build error (#3843)
internal eslint rules are referenced in package json and required to be copied for a proper install. to ponder: why did this ever work?
1 parent 76e47fc commit b5eb498

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

resources/build-docusaurus.ts

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ fs.writeFileSync(tmpDirPath('package.json'), JSON.stringify(packageJSON));
1414

1515
copyToTmpDir('package-lock.json');
1616
copyToTmpDir('tsconfig.json');
17+
copyToTmpDir('resources/eslint-internal-rules');
1718
copyToTmpDir('src');
1819
copyToTmpDir('website');
1920

0 commit comments

Comments
 (0)