We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e1fe51 commit 4a28604Copy full SHA for 4a28604
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
41
- name: Run Test
42
run: pnpm run test
package.json
@@ -22,7 +22,7 @@
22
"dev": "rslib -w",
23
"lint": "rslint && prettier -c .",
24
"lint:write": "rslint --fix && prettier -w .",
25
- "prepare": "simple-git-hooks && rslib",
+ "prepare": "simple-git-hooks",
26
"test": "rstest",
27
"bump": "npx bumpp"
28
},
0 commit comments