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:
4568
package-lock.json
generated
4568
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user