We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5be2f41 commit 1337b1fCopy full SHA for 1337b1f
package.json
@@ -15,6 +15,8 @@
15
"test:coverage": "jest --coverage",
16
"lint": "tslint 'src/**/*.ts'",
17
"release": "cd build && npm publish",
18
+ "test:project": "cd test/project && yarn sls openapi generate",
19
+ "test:prepare": "scripts/prepareTests.bash",
20
"build:link": "yarn build && cd build && yarn link",
21
"build:watch": "yarn build && tsc --watch",
22
"build": "scripts/build.bash"
scripts/prepareTests.bash
@@ -0,0 +1,7 @@
1
+#!/bin/bash
2
+
3
4
+yarn build:link \
5
+ && cd test/project \
6
+ && yarn \
7
+ && yarn link serverless-openapi-documentation
0 commit comments