Skip to content

Commit

Permalink
chore: remove extra file on cp files
Browse files Browse the repository at this point in the history
  • Loading branch information
junners committed Jan 26, 2025
1 parent 01917df commit 21e77ef
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 @@ -14,7 +14,7 @@
"build:link": "npm run prepack && npm run cp:files && npm link ./out/src",
"gen:types": "tsc -p tsconfig.cjs.json --declaration --emitDeclarationOnly",
"cp:types": "npm run gen:types && cp -R ./types/* ./out/src",
"cp:files": "cp ./readme.md ./package*.json ./src/index.d.ts ./out/src && cp -R ./media ./out/src",
"cp:files": "cp ./readme.md ./package*.json ./out/src && cp -R ./media ./out/src",
"sim:pack": "npm run build && npm run cp:files && npm run gen:types && npm run cp:types",
"prepare": "husky",
"precommit": "lint-staged",
Expand Down

0 comments on commit 21e77ef

Please # to comment.