From fafa1f6b9ec60e76cf2599e788856fd329124cbf Mon Sep 17 00:00:00 2001 From: artiebits Date: Fri, 6 Aug 2021 11:00:14 +0200 Subject: [PATCH] remove examples folder from lint script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7b636e1..ab275c8 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ ], "scripts": { "test": "jest", - "lint": "prettier --write \"src/**/*.{js,ts,json,md}\" \"webpack.production.config.js\" \"examples\"", + "lint": "prettier --write \"src/**/*.{js,ts,json,md}\" \"webpack.production.config.js\"", "build": "webpack --config webpack.production.config.js", "prepare": "npm run lint && npm run test && npm run build" },