Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
shuowu committed Feb 28, 2022
1 parent 69d1edd commit 17237f4
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 17237f4

Please sign in to comment.