Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Commit

Permalink
include src/runtime in dist/
Browse files Browse the repository at this point in the history
  • Loading branch information
auguwu committed Jan 28, 2023
1 parent bd08ca6 commit 0c513ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/Publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ jobs:
- name: Build distribution
run: yarn build

- name: Add src/runtime/ in dist/
run: cp -R ./src/runtime ./dist

- name: Publish!
uses: JS-DevTools/npm-publish@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@augu/fastify-nitro",
"description": "🐻‍❄️⚗️ Experimental Nitro preset to export a Nitro server as middleware for fastify",
"version": "1.0.1",
"version": "1.0.2",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"repository": "https://github.com/auguwu/nitro-preset",
Expand Down

0 comments on commit 0c513ea

Please sign in to comment.