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

chore: Merge branch 'master' into homepage-sasjs-executor

This commit is contained in:
2021-10-14 18:38:03 +00:00
20 changed files with 302 additions and 131 deletions

View File

@@ -5,6 +5,7 @@
"main": "./src/server.ts",
"scripts": {
"start": "nodemon ./src/server.ts",
"start:prod": "nodemon ./src/prod-server.ts",
"build": "rimraf build && tsc",
"semantic-release": "semantic-release -d",
"prepare": "[ -d .git ] && git config core.hooksPath ./.git-hooks || true",