chore: fix release script

This commit is contained in:
simon 2020-02-28 10:46:08 +01:00
parent c20b969d97
commit 40fea3051f

View File

@ -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",