mirror of
https://github.com/sasjs/server.git
synced 2025-12-11 03:34:35 +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",
|
"main": "./src/index.ts",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "nodemon ./src/index.ts",
|
"start": "nodemon ./src/index.ts",
|
||||||
"build": "tsc --project ./"
|
"build": "tsc --project ./",
|
||||||
|
"semantic-release": "semantic-release -d",
|
||||||
},
|
},
|
||||||
"author": "Analytium",
|
"author": "Analytium",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
@@ -16,6 +17,7 @@
|
|||||||
"@types/node": "^15.12.2",
|
"@types/node": "^15.12.2",
|
||||||
"nodemon": "^2.0.7",
|
"nodemon": "^2.0.7",
|
||||||
"prettier": "^2.3.1",
|
"prettier": "^2.3.1",
|
||||||
|
"semantic-release": "^17.4.3",
|
||||||
"ts-node": "^10.0.0",
|
"ts-node": "^10.0.0",
|
||||||
"typescript": "^4.3.2"
|
"typescript": "^4.3.2"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user