1
0
mirror of https://github.com/sasjs/server.git synced 2026-01-09 23:40:06 +00:00

chore(versioning): enabled semantic releases

This commit is contained in:
Yury Shkoda
2021-06-10 20:07:34 +03:00
parent 986a64621a
commit cb841ddcac
3 changed files with 115 additions and 16 deletions

View File

@@ -11,8 +11,15 @@
"lint:fix": "npx prettier --write \"src/**/*.{ts,tsx,js,jsx,html,css,sass,less,yml,md,graphql}\"",
"lint": "npx prettier --check \"src/**/*.{ts,tsx,js,jsx,html,css,sass,less,yml,md,graphql}\""
},
"author": "Analytium",
"release": {
"branches": [
"main"
]
},
"author": "Analytium Ltd",
"dependencies": {
"@sasjs/utils": "^2.19.0",
"child_process": "^1.0.2",
"express": "^4.17.1"
},
"devDependencies": {