Skip to content

Commit 93fb4e8

Browse files
committed
chore(scripts/website): add some missing ";"
1 parent c8a8da2 commit 93fb4e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/website.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ markdown.setOptions({
5353
}
5454
});
5555

56-
const testPath = path.resolve(cwd, 'test')
56+
const testPath = path.resolve(cwd, 'test');
5757

5858
/** additional test files to scan, relative to `test/` */
5959
const additionalTestFiles = [
@@ -503,7 +503,7 @@ const pathsToCopy = [
503503
'docs/js',
504504
'docs/css',
505505
'docs/images'
506-
]
506+
];
507507

508508
/** Copy all static files when versionedDeploy is used */
509509
async function copyAllRequiredFiles() {

0 commit comments

Comments
 (0)