Skip to content

Commit 15809dc

Browse files
committed
chore: delete internal type definitions from package
1 parent 74e9cd7 commit 15809dc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@
1515
"build:1-lint": "eslint \"src/**/*.ts\" \"tests/**/*.ts\" --max-warnings 0",
1616
"build:2-check-types": "tsc -p tsconfig.json",
1717
"build:3-build": "rollup -c --configPlugin typescript",
18-
"build:4-copy-pkg-json": "tstk copy-package-json -c",
19-
"build:5-copy-readme": "copyfiles ./README.md ./dist",
18+
"build:4-remove-internal-types": "rimraf dist/impl/**/*.d.ts dist/internal/*.d.ts -g",
19+
"build:5-copy-pkg-json": "tstk copy-package-json -c",
20+
"build:6-copy-readme": "copyfiles ./README.md ./dist",
2021
"watch": "rollup -c -w --configPlugin typescript",
2122
"test": "vitest run",
2223
"test:coverage": "vitest run --coverage",

0 commit comments

Comments
 (0)