From 822fd9de6068a5839e00ba11b988ae71afc7ce11 Mon Sep 17 00:00:00 2001 From: Dario Piotrowicz Date: Tue, 10 Jan 2023 11:05:23 +0000 Subject: [PATCH] add lint:frontend script --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index f46d554..20554a1 100644 --- a/package.json +++ b/package.json @@ -27,6 +27,7 @@ "pretty": "npx prettier --list-different './**/*.ts'", "test": "NODE_OPTIONS=--experimental-vm-modules yarn jest", "lint": "npx eslint .", + "lint:frontend": "npm --prefix frontend run lint", "lint:be": "npx eslint backend", "lint:functions": "npx eslint functions", "build": "yarn --cwd frontend install && yarn --cwd frontend build",