Skip to content

Commit

Permalink
rm unused workspace scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
dcousens committed Nov 14, 2023
1 parent 8f7bd29 commit d10cd5c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: pnpm build

- name: Prisma Filters
run: pnpm lint:filters
run: pnpm test:filters

unit_tests:
name: Package Unit Tests
Expand Down
9 changes: 3 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,13 @@
"packageManager": "[email protected]",
"scripts": {
"coverage": "jest --coverage",
"ci:version-packages": "pnpm changeset version && cd docs && pnpm remove-conditionals",
"lint:types": "tsc",
"test": "jest",
"test:filters": "cd prisma-utils && pnpm verify",
"test:types": "tsc",
"test:debug": "node --inspect-brk ./node_modules/.bin/jest --runInBand",
"test:admin-ui": "jest tests/admin-ui-tests",
"build": "preconstruct build",
"prepare": "preconstruct dev",
"update-schemas": "pnpm --filter @keystone-6/example-* --filter @keystone-6/test-project* exec keystone build --no-ui",
"generate-filters": "cd prisma-utils && pnpm generate",
"lint:filters": "cd prisma-utils && pnpm verify"
"prepare": "preconstruct dev"
},
"devDependencies": {
"@babel/core": "^7.21.0",
Expand Down

0 comments on commit d10cd5c

Please sign in to comment.