Skip to content

Commit

Permalink
update projen
Browse files Browse the repository at this point in the history
  • Loading branch information
kaizencc committed Dec 8, 2021
1 parent e838b61 commit 8e4e1d3
Show file tree
Hide file tree
Showing 18 changed files with 12 additions and 13 deletions.
5 changes: 2 additions & 3 deletions .gitignore

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

1 change: 1 addition & 0 deletions .npmignore

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

2 changes: 1 addition & 1 deletion .projen/tasks.json

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

1 change: 0 additions & 1 deletion .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ const { typescript } = require('projen');
const project = new typescript.TypeScriptProject({
defaultReleaseBranch: 'main',
name: 'cdk-generate-synthetic-examples',
srcdir: 'lib',
repository: 'https://github.com/cdklabs/cdk-generate-synthetic-examples',
authorEmail: '[email protected]',
authorName: 'Amazon Web Servies',
Expand Down
2 changes: 2 additions & 0 deletions bin/cdk-generate-synthetic-examples
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/usr/bin/env node
require('../lib/cdk-generate-synthetic-examples.js');
2 changes: 0 additions & 2 deletions bin/generate-examples

This file was deleted.

2 changes: 1 addition & 1 deletion package.json

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

File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import * as yargs from 'yargs';

import { generateMissingExamples } from '../lib/generate-missing-examples';
import { generateMissingExamples } from './generate-missing-examples';

async function main() {
const args = yargs
const args = await yargs
.usage('$0 [ASSEMBLY..]')
.option('cache-from', {
alias: 'C',
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion tsconfig.dev.json

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

4 changes: 2 additions & 2 deletions tsconfig.json

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

0 comments on commit 8e4e1d3

Please sign in to comment.