Skip to content

Commit

Permalink
Add build folder to css glob ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
origami-z committed Feb 2, 2024
1 parent 90f7420 commit fe3b6f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ if (mode === undefined || mode === "css") {
);

const filePaths = glob.sync("*/**/*.@(css|ts|tsx)", {
ignore: ["node_modules", "dist"],
ignore: ["node_modules", "dist", "build"],
});

verboseOnlyDimLog("Total files to modify CSS variables", filePaths.length);
Expand Down

0 comments on commit fe3b6f7

Please sign in to comment.