We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e0b5e7 commit c949812Copy full SHA for c949812
2 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
package.json
@@ -28,7 +28,7 @@
28
"dev": "rslib --watch",
29
"lint": "rslint && prettier . --check",
30
"lint:fix": "rslint --fix && prettier . --write",
31
- "prepare": "simple-git-hooks && rslib",
+ "prepare": "simple-git-hooks",
32
"test": "rstest",
"bump": "npx bumpp"
},
0 commit comments