Skip to content

Commit 86af21b

Browse files
committed
fix(middleware): type build
1 parent bdc578f commit 86af21b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/forms/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "module",
66
"scripts": {
77
"watch": "onchange 'src/**/*' -- npm run build",
8-
"build": "rm -r dist/*; tsc; mkdir dist/components; cp -r src/components/* dist/components/; find dist/components/ -name '*.ts' -delete ",
8+
"build": "rm -r dist/*; tsc; mkdir dist/components; cp -r src/components/* dist/components/; find dist/components/ -type f -name '*.ts' ! -name '*.d.ts' -delete",
99
"prepack": "npm run build"
1010
},
1111
"keywords": [

0 commit comments

Comments
 (0)