Skip to content

Commit

Permalink
feat(@whook/example): using the body attribute to set open api config
Browse files Browse the repository at this point in the history
  • Loading branch information
nfroidure committed May 19, 2020
1 parent 79f70b3 commit 170190a
Show file tree
Hide file tree
Showing 12 changed files with 1,222 additions and 265 deletions.
525 changes: 366 additions & 159 deletions package-lock.json

Large diffs are not rendered by default.

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions packages/whook-create/src/services/createWhook.test.ts
Expand Up @@ -318,7 +318,7 @@ Mr Bean
"prettier": "prettier --write 'src/**/*.ts'",
"preversion": "npm run compile",
"start": "NODE_ENV=\${NODE_ENV:-development} node bin/start",
"test": "npm run jest",
"test": "NODE_ENV=test npm run build && npm run jest",
"types": "rimraf -f 'dist/**/*.d.ts' && tsc --project . --declaration --emitDeclarationOnly --outDir dist",
"whook": "NODE_ENV=\${NODE_ENV:-development} whook",
"whook-dev": "PROJECT_SRC=\\"$PWD/src\\" NODE_ENV=\${NODE_ENV:-development} babel-node --extensions '.ts,.js' -- node_modules/@whook/cli/bin/whook.js",
Expand Down Expand Up @@ -584,7 +584,7 @@ Mr Bean
"prettier": "prettier --write 'src/**/*.ts'",
"preversion": "npm run compile",
"start": "NODE_ENV=\${NODE_ENV:-development} node bin/start",
"test": "npm run jest",
"test": "NODE_ENV=test npm run build && npm run jest",
"types": "rimraf -f 'dist/**/*.d.ts' && tsc --project . --declaration --emitDeclarationOnly --outDir dist",
"whook": "NODE_ENV=\${NODE_ENV:-development} whook",
"whook-dev": "PROJECT_SRC=\\"$PWD/src\\" NODE_ENV=\${NODE_ENV:-development} babel-node --extensions '.ts,.js' -- node_modules/@whook/cli/bin/whook.js",
Expand Down Expand Up @@ -835,7 +835,7 @@ Mr Bean
"prettier": "prettier --write 'src/**/*.ts'",
"preversion": "npm run compile",
"start": "NODE_ENV=\${NODE_ENV:-development} node bin/start",
"test": "npm run jest",
"test": "NODE_ENV=test npm run build && npm run jest",
"types": "rimraf -f 'dist/**/*.d.ts' && tsc --project . --declaration --emitDeclarationOnly --outDir dist",
"whook": "NODE_ENV=\${NODE_ENV:-development} whook",
"whook-dev": "PROJECT_SRC=\\"$PWD/src\\" NODE_ENV=\${NODE_ENV:-development} babel-node --extensions '.ts,.js' -- node_modules/@whook/cli/bin/whook.js",
Expand Down

0 comments on commit 170190a

Please sign in to comment.