Commit 40fea305 authored by simon's avatar simon

chore: fix release script

parent c20b969d
...@@ -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",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment