Skip to content

Commit

Permalink
Minor optimization at package size
Browse files Browse the repository at this point in the history
  • Loading branch information
c3er committed Sep 18, 2023
1 parent 3935074 commit 5a7155d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,16 @@
"afterAllArtifactBuild": "scripts/afterAllArtifactBuild.js",
"artifactName": "${name}-${version}-${arch}.${ext}",
"files": [
"!**/node_modules/*.md",
"!**/node_modules/*/{test,__tests__,tests,powered-test,example,examples}",
"!**/node_modules/*.d.ts",
"!**/node_modules/**/{test,__tests__,tests,powered-test,example,examples}",
"!**/*/{.eslintrc.json,.eslintrc.js,.eslintignore,.nvmrc,tsconfig.json,.stylelintrc.json,.prettierignore,.prettierrc,.prettierrc.json,.babelrc,babel.config.js,bower.json,webpack.config.js,.browserslist,rollup.config.js,.editorconfig}",
"!**/node_modules/**/*.{md,ts,map,png,jpg,jpeg,gif,avi,mov,mp3}",
"!.data/*",
"!.storage/*",
"!.vscode/*",
"!test/*",
"!scripts/*",
"!tmp/*",
"!.eslintrc.js",
"!.prettier*",
"!tmp.md",
"!*.log"
Expand Down

0 comments on commit 5a7155d

Please sign in to comment.