Skip to content

Commit 570f594

Browse files
committed
Fix release
1 parent 33e8e1d commit 570f594

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
- name: Install dependencies
2121
run: npm ci
2222

23+
- name: Build
24+
run: npm run build
25+
2326
- name: Publish
2427
uses: JS-DevTools/npm-publish@v3
2528
with:

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fastify-standard-request-reply",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Convert between standard web APIs Request/Response and Fastify's Request/Reply",
55
"type": "module",
66
"exports": {
@@ -32,7 +32,7 @@
3232
"lint": "eslint src/**/*.ts",
3333
"test": "jest",
3434
"typecheck": "tsc",
35-
"validate": "run-p lint typecheck test"
35+
"validate": "run-p build lint typecheck test"
3636
},
3737
"repository": {
3838
"type": "git",

0 commit comments

Comments
 (0)