Skip to content

Commit

Permalink
Merge pull request #354 from Sage/multiMode-multiPlatform
Browse files Browse the repository at this point in the history
chore: omit header from json files
  • Loading branch information
druhill authored Jan 4, 2024
2 parents 62bd49b + 665a8f8 commit 33d117e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/postbuild.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ function addEntryFile () {
}

function addFileHeader () {
const files = glob('dist/**/*.@(css|js|json|ts|d.ts|scss|less)')
const files = glob('dist/**/*.@(css|js|ts|d.ts|scss|less)')
files.forEach((file) => {
try {
const filePath = resolve(__dirname, '../', file)
Expand Down

0 comments on commit 33d117e

Please sign in to comment.