Skip to content

Commit 37110f4

Browse files
committed
workflow fixes
1 parent 72986d2 commit 37110f4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ jobs:
4141
- name: Build
4242
run: npm run build
4343

44+
- name: Prepare for publish
45+
run: npm run prepublishOnly
46+
working-directory: crates/rexprs-js
47+
4448
- name: Publish to npm
4549
id: changesets
4650
uses: changesets/action@v1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rexprs",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "Blazing-fast Rust alternative to Express.js using napi-rs and prebuilt binaries.",
55
"private": true,
66
"workspaces": [

0 commit comments

Comments
 (0)