From a5a490688383ad133e225f6c0f0ce22a24114469 Mon Sep 17 00:00:00 2001 From: Jacob Mischka Date: Wed, 28 Oct 2020 14:32:21 -0500 Subject: [PATCH] Don't run flow on lint --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e7e150f..521a3d1 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "rollup-watch:bundle": "rollup -c rollup.config.bundle.js -w", "rollup-watch:server": "rollup -c rollup.config.server.js -w", "clean": "rm -rf ./dist ./public ; mkdir -p dist", - "lint": "eslint src && flow src", + "lint": "eslint src", "analyze:bundle": "webpack-bundle-analyzer ./public/js/stats.json", "deploy": "echo '!.env.json' >> .npmignore ; now ; sed -i '$ d' .npmignore", "prepublish": "in-publish && npm-run-all lint && npm-run-all build || not-in-publish"