Skip to content

Commit

Permalink
build: try switching to raw eslint to exclude owl-bot-staging
Browse files Browse the repository at this point in the history
  • Loading branch information
feywind committed Sep 30, 2024
1 parent 9478699 commit 8e2aaac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 8e2aaac

Please sign in to comment.