We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72986d2 commit 37110f4Copy full SHA for 37110f4
.github/workflows/release.yml
@@ -41,6 +41,10 @@ jobs:
41
- name: Build
42
run: npm run build
43
44
+ - name: Prepare for publish
45
+ run: npm run prepublishOnly
46
+ working-directory: crates/rexprs-js
47
+
48
- name: Publish to npm
49
id: changesets
50
uses: changesets/action@v1
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "rexprs",
3
- "version": "0.0.1",
+ "version": "0.0.2",
4
"description": "Blazing-fast Rust alternative to Express.js using napi-rs and prebuilt binaries.",
5
"private": true,
6
"workspaces": [
0 commit comments