Skip to content

Commit

Permalink
feat(awslint): publish as an external module (#8558)
Browse files Browse the repository at this point in the history
awslint is a very helpful tool for writing CDK constructs. There are
still some assumptions about the current mono-repo in the tool but
nothing problematic and it can be addressed afterwards.

This commit is only moving the tool into another folder to include it into the publish to npm.

Closes #1942


----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
workeitel committed Jun 19, 2020
1 parent 33f4746 commit 378939c
Show file tree
Hide file tree
Showing 30 changed files with 2 additions and 2 deletions.
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.
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.
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.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions tools/awslint/package.json → packages/awslint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "awslint",
"private": true,
"version": "0.0.0",
"description": "Enforces the AWS Construct Library guidelines",
"main": "index.js",
Expand All @@ -9,7 +8,8 @@
"lint": "tslint -p . && pkglint",
"test": "echo ok",
"watch": "tsc -b -w",
"build+test+package": "npm run build+test",
"package": "mkdir -p dist/js && mv $( npm pack ) dist/js/",
"build+test+package": "npm run build+test && npm run package",
"build+test": "npm run build && npm test"
},
"bin": {
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 378939c

Please sign in to comment.