chore: fix release script

master
simon 4 years ago
parent c20b969d97
commit 40fea3051f

@ -16,7 +16,7 @@
],
"homepage": "https://github.com/simllll/node-radius-server",
"scripts": {
"release": "standard-version",
"release": "npm run build && standard-version",
"debug": "DEBUG=radius:* node dist/app.js",
"start": "node dist/app.js",
"build": "tsc",

Loading…
Cancel
Save