Skip to content

Commit

Permalink
small changes in dist config
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduardo Leao authored and Eduardo Leao committed Jul 19, 2024
1 parent 3d06455 commit b5f50a3
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 @@ -23,7 +23,7 @@
"dist"
],
"scripts": {
"build": "pkgroll && copyfiles -u 1 ./dist/*.mjs ./assets/demo",
"build": "pkgroll && copyfiles -u 1 ./dist/*.mjs",
"format": "prettier --config .prettierrc 'src/**/*.ts' --write",
"lint": "eslint . --ext .ts",
"watch": "pkgroll --watch",
Expand Down

0 comments on commit b5f50a3

Please sign in to comment.