Skip to content

Commit

Permalink
build: copy png files to dist directory
Browse files Browse the repository at this point in the history
  • Loading branch information
dnlkoch committed Sep 28, 2023
1 parent 40ef171 commit ca766d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dist"
],
"scripts": {
"build": "npm run clean && npm run build:dist && npm run build:declaration",
"build": "npm run clean && npm run build:dist && npm run build:declaration && copyfiles -u 1 src/**/*.png dist/",
"build:declaration": "tsc --emitDeclarationOnly",
"build:dist": "tsc -p tsconfig.json",
"clean": "rimraf ./build/* ./coverage/* ./dist/*",
Expand Down

0 comments on commit ca766d5

Please sign in to comment.