diff --git a/package.json b/package.json index 3a7615a..1e1c4fe 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "url": "git+https://github.com/DylanVann/react-native-fast-image.git" }, "scripts": { - "format": "prettier --write --no-semi --single-quote --trailing-comma all ./FastImage.js", + "format": "prettier --write --no-semi --single-quote --trailing-comma all ./FastImage.js ./example/*.js ./server/*.js", "test": "jest *.js" }, "devDependencies": {