From 717e01bbbfb7fc8ca095fff415a7f2624974ac4c Mon Sep 17 00:00:00 2001 From: Jessica Boezwinkle Date: Thu, 22 Jun 2023 11:43:45 +0100 Subject: [PATCH] chore: removes yarn test --- packages/plugin-sentry/.github/workflows/main.yml | 1 - packages/plugin-sentry/package.json | 1 - 2 files changed, 2 deletions(-) diff --git a/packages/plugin-sentry/.github/workflows/main.yml b/packages/plugin-sentry/.github/workflows/main.yml index ef86e19b2d..008a4bb36c 100644 --- a/packages/plugin-sentry/.github/workflows/main.yml +++ b/packages/plugin-sentry/.github/workflows/main.yml @@ -23,4 +23,3 @@ jobs: env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - run: yarn build - - run: yarn test diff --git a/packages/plugin-sentry/package.json b/packages/plugin-sentry/package.json index 31ad150354..59bef25b34 100644 --- a/packages/plugin-sentry/package.json +++ b/packages/plugin-sentry/package.json @@ -8,7 +8,6 @@ "types": "dist/index.d.ts", "scripts": { "build": "tsc", - "test": "echo \"Error: no test specified\" && exit 1", "lint": "eslint src", "lint:fix": "eslint --fix --ext .ts,.tsx src", "clean": "rimraf dist && rimraf dev/yarn.lock",