Skip to content

Commit 4752864

Browse files
Merge pull request #5 from dynamic-labs/fboivin/npm
chore: publish releases to npm
2 parents 8b114b6 + a367d3f commit 4752864

File tree

3 files changed

+30
-0
lines changed

3 files changed

+30
-0
lines changed

.github/workflows/release.yml

Lines changed: 22 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projenrc.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,9 @@ const project = new typescript.TypeScriptProject({
1818
'express',
1919
] /* Build dependencies for this module. */,
2020
// packageName: undefined, /* The "name" in package.json. */
21+
releaseToNpm: true,
22+
repository: 'https://github.com/dynamic-labs/passport-dynamic.git',
23+
npmDistTag: 'latest',
24+
npmRegistryUrl: 'https://registry.npmjs.org',
2125
});
2226
project.synth();

package.json

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)