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

chore: updating package.json

This commit is contained in:
munja
2021-12-19 11:32:48 +00:00
parent f235b9c2f9
commit 0edc45dd0a
2 changed files with 3 additions and 2 deletions

View File

@@ -88,4 +88,4 @@
"configuration": { "configuration": {
"sasPath": "/opt/sas/sas9/SASHome/SASFoundation/9.4/sas" "sasPath": "/opt/sas/sas9/SASHome/SASFoundation/9.4/sas"
} }
} }

View File

@@ -2,6 +2,7 @@
"name": "server", "name": "server",
"version": "0.0.13", "version": "0.0.13",
"description": "NodeJS wrapper for calling the SAS binary executable", "description": "NodeJS wrapper for calling the SAS binary executable",
"repository": "https://github.com/sasjs/server",
"scripts": { "scripts": {
"server": "npm run server:prepare && npm run server:start", "server": "npm run server:prepare && npm run server:start",
"server:prepare": "cd web && npm ci && npm run build && cd ../api && npm ci && cd ..", "server:prepare": "cd web && npm ci && npm run build && cd ../api && npm ci && cd ..",
@@ -18,4 +19,4 @@
"prettier": "^2.3.1", "prettier": "^2.3.1",
"standard-version": "^9.3.2" "standard-version": "^9.3.2"
} }
} }