Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
shuowu committed Feb 23, 2022
1 parent f266091 commit 83c7ef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ function removeBuildDir(val) {
}

// Remove "build/" from the entrypoint paths.
['main', 'module', 'browser', 'types', "exports"].forEach(function(key) {
['main', 'module', 'browser', 'types', 'exports'].forEach(function(key) {
packageJSON[key] = removeBuildDir(packageJSON[key]);
});

Expand Down

0 comments on commit 83c7ef0

Please sign in to comment.