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

chore(versions): enabled semantic release

This commit is contained in:
Yury Shkoda
2021-06-09 09:09:51 +03:00
parent c3b7a84322
commit 7a738a8904
2 changed files with 4571 additions and 1 deletions

4568
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -5,7 +5,8 @@
"main": "./src/index.ts",
"scripts": {
"start": "nodemon ./src/index.ts",
"build": "tsc --project ./"
"build": "tsc --project ./",
"semantic-release": "semantic-release -d",
},
"author": "Analytium",
"dependencies": {
@@ -16,6 +17,7 @@
"@types/node": "^15.12.2",
"nodemon": "^2.0.7",
"prettier": "^2.3.1",
"semantic-release": "^17.4.3",
"ts-node": "^10.0.0",
"typescript": "^4.3.2"
}