1
0
mirror of https://github.com/sasjs/server.git synced 2025-12-10 19:34:34 +00:00

fix: release should also has https protocol

This commit is contained in:
Saad Jutt
2022-02-14 19:12:37 +05:00
parent 367b0f1f89
commit 0cfe724ffa
5 changed files with 40 additions and 30 deletions

View File

@@ -6,10 +6,8 @@
"scripts": {
"initial": "npm run swagger && npm run compileSysInit",
"prestart": "npm run initial",
"prestart:prod": "npm run initial",
"prebuild": "npm run initial",
"start": "nodemon ./src/server.ts",
"start:prod": "nodemon ./src/prod-server.ts",
"build": "rimraf build && tsc",
"swagger": "tsoa spec",
"semantic-release": "semantic-release -d",