Skip to content

Commit

Permalink
feat: use alps unified repo for converting to open spec
Browse files Browse the repository at this point in the history
  • Loading branch information
martin.mueller committed Nov 25, 2020
1 parent 40cf9e3 commit e36a7f7
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 185 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ cdk.out
cdk.context.json
images
yarn-error.log
tmp
!/lib
!/lib/**/*.js
!/lib/**/*.d.ts
Expand Down
2 changes: 1 addition & 1 deletion .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const project = new AwsCdkConstructLibrary({
releaseBranches: ['main'],
});

const common_exclude = ['cdk.out', 'cdk.context.json', 'images', 'yarn-error.log']
const common_exclude = ['cdk.out', 'cdk.context.json', 'images', 'yarn-error.log', 'tmp'];
project.npmignore.exclude(...common_exclude);
project.gitignore.exclude(...common_exclude);

Expand Down
106 changes: 0 additions & 106 deletions tmp/oas.json

This file was deleted.

75 changes: 0 additions & 75 deletions tmp/oas.yaml

This file was deleted.

5 changes: 2 additions & 3 deletions tsconfig.jest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"module": "CommonJS",
"noEmitOnError": false,
"noFallthroughCasesInSwitch": true,
"noImplicitAny": false,
"noImplicitAny": true,
"noImplicitReturns": true,
"noImplicitThis": true,
"noUnusedLocals": true,
Expand All @@ -21,8 +21,7 @@
"strictNullChecks": true,
"strictPropertyInitialization": true,
"stripInternal": true,
"target": "ES2018",
"allowJs": true,
"target": "ES2018"
},
"include": [
"src/**/*.ts",
Expand Down

0 comments on commit e36a7f7

Please sign in to comment.