From 36e0ae99f7c4b69a3e910e87959b6b87fb10667c Mon Sep 17 00:00:00 2001 From: Kyle Peacock Date: Fri, 14 Oct 2022 21:23:34 -0700 Subject: [PATCH] chore: removing unused bin script (#643) --- bin/lint | 21 --------------------- docs/generated/changelog.html | 1 + 2 files changed, 1 insertion(+), 21 deletions(-) delete mode 100755 bin/lint diff --git a/bin/lint b/bin/lint deleted file mode 100755 index b042374f4..000000000 --- a/bin/lint +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/sh - -# exit on error -set -e - -lintPackage () { - ( - package=$1 - echo "linting package: $package" - cd "$package" - npm run agent_js_monorepo_lint_pre --if-present - # path override required to make /node_modules/.bin resolvable by npm - THIS_SUBPACKAGE_PATH="$(pwd)/../../node_modules/.bin:$PATH" - PATH=$THIS_SUBPACKAGE_PATH npm run lint --if-present - npm run agent_js_monorepo_lint_post --if-present - ) -} - -for package in ./packages/*; do - lintPackage $package -done diff --git a/docs/generated/changelog.html b/docs/generated/changelog.html index dd5d0a447..93b6bedfa 100644 --- a/docs/generated/changelog.html +++ b/docs/generated/changelog.html @@ -12,6 +12,7 @@

Agent-JS Changelog

Version x.x.x

Version 0.14.0