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 33e8e1d commit 570f594Copy full SHA for 570f594
.github/workflows/release.yml
@@ -20,6 +20,9 @@ jobs:
20
- name: Install dependencies
21
run: npm ci
22
23
+ - name: Build
24
+ run: npm run build
25
+
26
- name: Publish
27
uses: JS-DevTools/npm-publish@v3
28
with:
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "fastify-standard-request-reply",
3
- "version": "0.1.1",
+ "version": "0.1.2",
4
"description": "Convert between standard web APIs Request/Response and Fastify's Request/Reply",
5
"type": "module",
6
"exports": {
@@ -32,7 +32,7 @@
32
"lint": "eslint src/**/*.ts",
33
"test": "jest",
34
"typecheck": "tsc",
35
- "validate": "run-p lint typecheck test"
+ "validate": "run-p build lint typecheck test"
36
},
37
"repository": {
38
"type": "git",
0 commit comments