File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 75
75
bun run build
76
76
echo "✅ Build completed successfully"
77
77
78
+ - name : 📦 Install Example Dependencies
79
+ working-directory : ./example
80
+ run : bun install --frozen-lockfile
81
+
78
82
- name : 🧪 Run Full Test Suite
79
83
run : |
80
84
echo "Running comprehensive test suite before publish..."
@@ -189,8 +193,8 @@ jobs:
189
193
echo "Running publish dry run..."
190
194
# Create .npmrc for authentication
191
195
echo "//registry.npmjs.org/:_authToken=${NODE_AUTH_TOKEN}" > .npmrc
192
- # Use bun to create tarball
193
- bun pack
196
+ # Use npm to create tarball and test
197
+ npm pack
194
198
echo "✅ Dry run completed successfully"
195
199
env :
196
200
NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " elysia-http-exception" ,
3
3
"description" : " Elysia plugin for handling HTTP 4xx and 5xx errors with structured exception classes and automatic error responses" ,
4
- "version" : " 0.1.0 " ,
4
+ "version" : " 0.1.1 " ,
5
5
"repository" : {
6
6
"type" : " git" ,
7
7
"url" : " https://github.com/codev911/elysia-http-exception"
You can’t perform that action at this time.
0 commit comments