Skip to content

Commit 7eb5e40

Browse files
committed
fix attw script
1 parent 5de19d7 commit 7eb5e40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/mui-plugin-rtl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"release": "pnpm build && pnpm publish",
3535
"test": "cd ../../ && cross-env NODE_ENV=test mocha 'packages/mui-utils/**/*.test.?(c|m)[jt]s?(x)'",
3636
"typescript": "tsc -p tsconfig.json",
37-
"attw": "attw --pack ./build --exclude-entrypoints esm modern --include-entrypoints types deepmerge"
37+
"attw": "attw --pack ./build --exclude-entrypoints esm modern"
3838
},
3939
"dependencies": {
4040
"@babel/runtime": "^7.27.1",

0 commit comments

Comments
 (0)