Skip to content

Commit

Permalink
Copy meta files after building
Browse files Browse the repository at this point in the history
  • Loading branch information
Belco90 committed Aug 8, 2023
1 parent 8fefac2 commit 67bc699
Show file tree
Hide file tree
Showing 2 changed files with 160 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"type": "module",
"scripts": {
"build": "tsup",
"postbuild": "cpy README.md ./dist && cpy package.json ./dist && cpy LICENSE ./dist && echo \"meta files copied\"",
"start": "pnpm build --watch",
"prepare": "is-ci || husky install",
"test": "jest",
Expand All @@ -28,6 +29,7 @@
"@types/lodash.deburr": "^4.1.6",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"cpy-cli": "^5.0.0",
"eslint": "^8.46.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.0",
Expand Down
158 changes: 158 additions & 0 deletions pnpm-lock.yaml

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

0 comments on commit 67bc699

Please sign in to comment.