Skip to content
This repository was archived by the owner on Jul 24, 2025. It is now read-only.

Commit 3811af4

Browse files
committed
chore: rename ci script to qa
ci is reserved in pnpm 8
1 parent 7ca3e2e commit 3811af4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
key: playwright-bin
2727
path: ~/.cache/ms-playwright
2828
- run: pnpm playwright install chromium
29-
- run: pnpm ci
29+
- run: pnpm qa

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"test": "playwright test",
1010
"prettier": "pnpm prettier-ci --write",
1111
"prettier-ci": "prettier --cache --ignore-path=.gitignore --check \"**/*.{js,jsx,ts,tsx,html,css,json,md,yml}\"",
12-
"ci": "tsc && pnpm prettier-ci && pnpm build && pnpm test",
12+
"qa": "tsc && pnpm prettier-ci && pnpm build && pnpm test",
1313
"release": "pnpm build && tsx scripts/release.ts"
1414
},
1515
"prettier": {

0 commit comments

Comments
 (0)