Skip to content

Commit

Permalink
fix: cpy fix which would prevent typings in published package
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Jan 24, 2023
1 parent 01db906 commit bc4e8eb
Show file tree
Hide file tree
Showing 2 changed files with 9,975 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"scripts": {
"setup": "ts-patch install",
"prepare": "npm run setup",
"tsc": "cpy '**/*.d.ts' '../plugin' --parents --cwd=src && cp README.md plugin && tsc -skipLibCheck",
"tsc": "cpy './**/*.d.ts' 'plugin' --parents --cwd=src && cp README.md plugin && tsc -skipLibCheck",
"clean": "rimraf ./plugin/**/*.d.ts ./plugin/**/*.js ./plugin/**/*.js.map ./plugin/**/*.metadata.json plugin/node_modules plugin/package-lock.json",
"build": "npm run tsc",
"publish": "npm run setup && npm run build && lerna publish --create-release=github --force-publish",
Expand Down Expand Up @@ -61,7 +61,7 @@
"@types/node": "^17.0.31",
"@typescript-eslint/eslint-plugin": "5.22.0",
"@typescript-eslint/parser": "5.22.0",
"cpy-cli": "4.1.0",
"cpy-cli": "4.2.0",
"eslint": "8.14.0",
"husky": "^7.0.4",
"lerna": "^4.0.0",
Expand Down
Loading

0 comments on commit bc4e8eb

Please sign in to comment.