Skip to content

Commit

Permalink
Merge pull request #4 from marnixdessing/feat/release-to-npm
Browse files Browse the repository at this point in the history
feat: release to npm
  • Loading branch information
marnixdessing authored Sep 22, 2022
2 parents 211f827 + 3eca27d commit 5db544e
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/release.yml

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

4 changes: 4 additions & 0 deletions .projenrc.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
const { typescript } = require('projen');
const { NpmAccess } = require('projen/lib/javascript');
const project = new typescript.TypeScriptProject({
defaultReleaseBranch: 'main',
name: 'cfn-diff',
release: true,
releaseToNpm: true,
npmAccess: NpmAccess.PUBLIC,
deps: [
'yargs',
'@types/yargs',
Expand Down

0 comments on commit 5db544e

Please sign in to comment.