mirror of
https://github.com/aws-actions/configure-aws-credentials.git
synced 2026-08-30 05:25:06 +09:00
chore: remove ability to publish on npm
This commit is contained in:
Generated
-1
@@ -10,7 +10,6 @@
|
||||
/.github/workflows/upgrade-main.yml linguist-generated
|
||||
/.gitignore linguist-generated
|
||||
/.mergify.yml linguist-generated
|
||||
/.npmignore linguist-generated
|
||||
/.prettierrc.json linguist-generated
|
||||
/.projen/** linguist-generated
|
||||
/.projen/deps.json linguist-generated
|
||||
|
||||
Generated
-1
@@ -7,7 +7,6 @@
|
||||
!/.github/workflows/pull-request-lint.yml
|
||||
!/package.json
|
||||
!/LICENSE
|
||||
!/.npmignore
|
||||
logs
|
||||
*.log
|
||||
npm-debug.log*
|
||||
|
||||
-23
@@ -1,23 +0,0 @@
|
||||
# ~~ Generated by projen. To modify, edit .projenrc.js and run "npx projen".
|
||||
/.projen/
|
||||
/test-reports/
|
||||
junit.xml
|
||||
/coverage/
|
||||
permissions-backup.acl
|
||||
/dist/changelog.md
|
||||
/dist/version.txt
|
||||
/.mergify.yml
|
||||
/test/
|
||||
/tsconfig.dev.json
|
||||
/src/
|
||||
!/build/
|
||||
!/build/**/*.js
|
||||
!/build/**/*.d.ts
|
||||
dist
|
||||
/tsconfig.json
|
||||
/.github/
|
||||
/.vscode/
|
||||
/.idea/
|
||||
/.projenrc.js
|
||||
tsconfig.tsbuildinfo
|
||||
/.eslintrc.json
|
||||
Generated
-1
@@ -9,7 +9,6 @@
|
||||
".github/workflows/upgrade-main.yml",
|
||||
".gitignore",
|
||||
".mergify.yml",
|
||||
".npmignore",
|
||||
".prettierrc.json",
|
||||
".projen/deps.json",
|
||||
".projen/files.json",
|
||||
|
||||
@@ -115,6 +115,7 @@ const project = new GitHubActionTypeScriptProject({
|
||||
codeCov: false,
|
||||
libdir: 'build',
|
||||
entrypoint: 'build/index.js',
|
||||
npmignoreEnabled: false,
|
||||
tsconfig: {
|
||||
compilerOptions: {
|
||||
declaration: true,
|
||||
@@ -218,6 +219,8 @@ if (packageJson) {
|
||||
packageJson.addOverride('jest.globals', undefined);
|
||||
// The entrypoint property is supposed to manage this but it doesn't work
|
||||
packageJson.addOverride('main', 'build/index.js');
|
||||
// We don't want to publish this to NPM.
|
||||
packageJson.addOverride('private', true);
|
||||
}
|
||||
|
||||
project.synth();
|
||||
|
||||
Generated
+1
@@ -122,5 +122,6 @@
|
||||
"@types/responselike": "1.0.0",
|
||||
"got": "12.3.1"
|
||||
},
|
||||
"private": true,
|
||||
"//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"."
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user