We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e8178e commit d1af485Copy full SHA for d1af485
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
@@ -20,7 +20,7 @@
20
"dev": "rslib -w",
21
"lint": "rslint && prettier -c .",
22
"lint:write": "rslint --fix && prettier -w .",
23
- "prepare": "simple-git-hooks && pnpm run build",
+ "prepare": "simple-git-hooks",
24
"test": "playwright test",
25
"bump": "pnpx bumpp"
26
},
0 commit comments