chore: fix release script
Showing
| ... | @@ -16,7 +16,7 @@ | ... | @@ -16,7 +16,7 @@ |
| ], | ], | ||
| "homepage": "https://github.com/simllll/node-radius-server", | "homepage": "https://github.com/simllll/node-radius-server", | ||
| "scripts": { | "scripts": { | ||
| "release": "standard-version", | "release": "npm run build && standard-version", | ||
| "debug": "DEBUG=radius:* node dist/app.js", | "debug": "DEBUG=radius:* node dist/app.js", | ||
| "start": "node dist/app.js", | "start": "node dist/app.js", | ||
| "build": "tsc", | "build": "tsc", | ||
| ... | ... |
Please register or sign in to comment