Skip to content

Commit cb36f61

Browse files
authored
fix: fixed workflow not bundling package
1 parent 4a05913 commit cb36f61

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,9 @@ jobs:
9494
if: steps.cache.outputs.cache-hit != 'true'
9595
run: npm ci
9696

97+
- name: Build package
98+
run: npm run build:all
99+
97100
- name: Publish package
98101
env:
99102
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# 1.0.1 - 2022-03-02
1+
# 1.0.3 - 2022-03-04
22

3-
Initial commit
3+
- Fixed workflow not bundling package

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "graphql-fastify-server",
33
"type": "commonjs",
4-
"version": "1.0.2",
4+
"version": "1.0.3",
55
"author": "rpvsilva",
66
"description": "Lightweight GraphQL server for fastify",
77
"license": "MIT",

0 commit comments

Comments
 (0)