From 7e4e328780a1342e1219cf741ba1f87e6c9de59d Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Sun, 24 Sep 2023 20:44:07 -0400 Subject: [PATCH] Revert package.json changes, because I ended up not using the package.json scripts in CI --- package.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 90a4599e..e6f78e79 100644 --- a/package.json +++ b/package.json @@ -85,17 +85,19 @@ "scripts": { "build": "esno ./workspace/scripts/index.ts build", "check:unused": "esno ./workspace/scripts/index.ts unused", + "ci:lint": "esno ./workspace/scripts/index.ts ci --type lint -v", "ci:prod": "vitest --run --mode production", "ci:specs": "vitest --run", + "ci:types": "esno ./workspace/scripts/index.ts ci --type types -v", "demo": "esno ./workspace/scripts/index.ts demo", "dev": "esno ./workspace/scripts/index.ts", "lint:fix": "pnpm dev lint --fix", "prepack": "pnpm run build", "release": "esno ./workspace/scripts/index.ts release", - "test:workspace:lint": "turbo run test:lint --output-logs errors-only --log-prefix none", + "test:workspace:lint": "turbo run lint --output-logs errors-only --log-prefix none", "test:workspace:prod": "PROD=1 DEV= vitest --run", "test:workspace:specs": "vitest --run", - "test:workspace:types": "turbo run test:types --output-logs errors-only --log-prefix none" + "test:workspace:types": "tsc -b" }, "dependencies": { "@starbeam/core-utils": "workspace:^" @@ -114,8 +116,8 @@ "@changesets/config": "^2.3.1", "@edge-runtime/vm": "^3.1.3", "@nrr/pnpm-duplicate-cli": "^0.0.1", - "@starbeam/eslint-plugin": "workspace:^", "@starbeam-dev/build-support": "workspace:*", + "@starbeam/eslint-plugin": "workspace:^", "@types/eslint": "^8.44.2", "@types/node": "20.6.2", "@typescript-eslint/eslint-plugin": "^6.7.2",