Skip to content

Commit

Permalink
Merge branch 'documentation' of https://github.com/dxfrontier/cds-ts-…
Browse files Browse the repository at this point in the history
…dispatcher into documentation
  • Loading branch information
dragolea committed Jul 11, 2024
2 parents 645ae08 + 1495bed commit 465eaec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 1 addition & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dxfrontier/cds-ts-dispatcher",
"version": "2.1.1",
"version": "2.1.2",
"description": "The goal of CDS-TS-Dispatcher is to significantly reduce the boilerplate code required to implement TS handlers provided by the SAP CAP framework.",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand All @@ -15,32 +15,23 @@
"eslint:message": "echo 'Eslint started...'",
"eslint": "npx eslint .",
"eslint:fix": "npx eslint . --fix",

"prettier:message": "echo 'Prettier started ...'",
"prettier": "npx prettier . --check",
"prettier:fix": "npx prettier . --write",

"check": "run-s eslint:message eslint prettier:message prettier",

"fix": "run-s eslint:message eslint:fix prettier:message prettier:fix",

"start:bookshop": "npm run start --prefix ./test/bookshop",

"test:newman": "newman run ./test/e2e/CDS-TS-Dispatcher.postman_collection.json --environment ./test/e2e/environment.json --bail",
"test:unit": "npm run build:entities:test --prefix ./test/bookshop && jest",
"test:e2e": "start-server-and-test start:bookshop http://localhost:4004 test:newman",
"test": "run-s test:unit test:e2e",

"prepare": "husky",

"commit": "commit",

"documentation:message": "echo 'Started creation of documentation based on TypeDoc ...'",
"documentation:build": "npx typedoc",
"documentation:start:server": "http-server ./lib/docs",
"documentation:open:browser": "open-cli http://127.0.0.1:8080",
"documentation": "run-p documentation:start:server documentation:open:browser",

"build:message": "echo 'Build started...'",
"build:clean": "echo 'Clean dist folder' && npx rimraf ./dist/{*.js,*.map,*.ts,*.mts,*.mjs}",
"build:ts": "tsup",
Expand Down

0 comments on commit 465eaec

Please sign in to comment.