Skip to content

Commit

Permalink
chore: adjust scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Jul 11, 2022
1 parent d25216b commit e333ab4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .stacks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,10 @@
"test": "cd .. && pnpm run test:unit && pnpm run test:e2e",
"test:e2e": "cd .. && cypress open",
"test:unit": "cd .. && vitest",
"typecheck": "vue-tsc --noEmit",
"test:coverage": "cd .. && vitest run --coverage",
"test:types": "vue-tsc --noEmit",
"types:fix": "esno scripts/fix-types.ts",
"example": "esno scripts/run-example.ts",
"coverage": "cd .. && vitest run --coverage",
"preinstall": "esno scripts/check-for-pnpm.ts && esno scripts/check-node-version.ts",
"postinstall": "npx simple-git-hooks ../config/git-hooks.ts"
},
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@
"test": "pnpm --filter ./.stacks run test",
"test:e2e": "pnpm --filter ./.stacks run test:e2e",
"test:unit": "pnpm --filter ./.stacks run test:unit",
"test:coverage": "pnpm --filter ./.stacks coverage",
"typecheck": "pnpm --filter ./.stacks run typecheck",
"test:coverage": "pnpm --filter ./.stacks test:coverage",
"test:types": "pnpm --filter ./.stacks run test:types",
"types:fix": "pnpm --filter ./.stacks run types:fix",
"preinstall": "pnpm --filter ./.stacks run preinstall",
"postinstall": "pnpm --filter ./.stacks run postinstall"
Expand Down

0 comments on commit e333ab4

Please sign in to comment.