Skip to content

Commit

Permalink
fix: provide correct fileending
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzke committed Oct 1, 2024
1 parent 023382b commit c2be0cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
},
"license": "Apache-2.0",
"bin": {
"@db-ui/gif": "dist/index.js"
"@db-ui/gif": "dist/index.cjs"
},
"main": "index.js",
"files": [
"dist/"
],
"scripts": {
"build": "npm-run-all -p build:*",
"build:01_icon_fonts_common": "esbuild src/generate-icon-fonts/cli.ts --bundle --outfile=dist/index.js --platform=node --packages=external",
"build:01_icon_fonts_common": "esbuild src/generate-icon-fonts/cli.ts --bundle --outfile=dist/index.cjs --platform=node --packages=external",
"build:02_icon_fonts_styles": "cpr src/generate-icon-fonts/styles dist/styles -o",
"build:03_icon_fonts_templates": "cpr src/generate-icon-fonts/templates dist/templates -o",
"lint": "eslint src --ext ts",
Expand Down

0 comments on commit c2be0cd

Please sign in to comment.