We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 875e8d6 commit aaf417fCopy full SHA for aaf417f
3 files changed
.github/workflows/release.yml
@@ -33,5 +33,8 @@ jobs:
33
- name: Install Dependencies
34
run: pnpm i
35
36
+ - name: Build Packages
37
+ run: pnpm build
38
+
39
- name: Publish
40
run: pnpm stage publish --no-git-checks
.github/workflows/test.yml
@@ -35,5 +35,8 @@ jobs:
run: pnpm install && npx playwright install
41
- name: Run Test
42
run: pnpm run test
package.json
@@ -19,7 +19,7 @@
19
"dev": "rslib -w",
20
"lint": "rslint && prettier -c .",
21
"lint:write": "rslint --fix && prettier -w .",
22
- "prepare": "simple-git-hooks && npm run build",
+ "prepare": "simple-git-hooks",
23
"test": "playwright test",
24
"bump": "npx bumpp"
25
},
0 commit comments