diff --git a/package.json b/package.json index a158e20..7478536 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,8 @@ "!**/__tests__", "!**/__fixtures__", "!**/__mocks__", - "!**/.*" + "!**/.*", + "!scripts/movelib" ], "scripts": { "example": "yarn workspace react-native-esc-pos-printer-example",