Skip to content

Commit

Permalink
Revert package.json changes, because I ended up not using the package…
Browse files Browse the repository at this point in the history
….json scripts in CI
  • Loading branch information
NullVoxPopuli committed Sep 25, 2023
1 parent 458e2af commit 7e4e328
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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:^"
Expand All @@ -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",
Expand Down

0 comments on commit 7e4e328

Please sign in to comment.