Skip to content

Commit

Permalink
fix typo for dir (#37140)
Browse files Browse the repository at this point in the history
  • Loading branch information
kvchari committed Dec 7, 2021
1 parent 5f77fe9 commit 0c6eee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-system/npm-publish/write-package-files.js
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ async function writeReactJs() {
*/
async function copyCssToRoot() {
try {
const extDir = path.join('extension', extension, '1.0');
const extDir = path.join('extensions', extension, '1.0');
const preactCssDist = path.join(extDir, 'dist', 'styles.css');
const preactCssRoot = path.join(extDir, 'styles.css');
await copyFile(preactCssDist, preactCssRoot);
Expand Down

0 comments on commit 0c6eee9

Please sign in to comment.