We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0fd44e commit 3107a98Copy full SHA for 3107a98
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
@@ -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 && npm run build",
+ "prepare": "simple-git-hooks",
24
"test": "rstest",
25
"release": "node ./scripts/release.js",
26
"bump": "npx bumpp --no-push --no-tag --no-commit"
0 commit comments