From 8e2aaacb4501546ec68ecff8325bb6c7281f4057 Mon Sep 17 00:00:00 2001 From: feywind <57276408+feywind@users.noreply.github.com> Date: Mon, 30 Sep 2024 15:44:41 -0400 Subject: [PATCH] build: try switching to raw eslint to exclude owl-bot-staging --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 88da238cb..b3558bf47 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "prelint": "cd samples; npm link ../; npm install", "precompile": "gts clean", "typeless": "npx typeless-sample-bot --outputpath samples --targets samples --recursive", - "posttypeless": "cd samples && npm i && cd .. && npm run fix" + "posttypeless": "cd samples && npm i && cd .. && npx eslint --ignore-pattern owl-bot-staging --fix" }, "dependencies": { "@google-cloud/paginator": "^5.0.0",