Skip to content

Commit

Permalink
fix(hapi-healthcheck-plugin,hapi-ip-whitelist-plugin): add a bunch of…
Browse files Browse the repository at this point in the history
… .npmignore
  • Loading branch information
jackdbd committed May 13, 2022
1 parent 1cd99d1 commit fac9a88
Show file tree
Hide file tree
Showing 15 changed files with 67 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -164,5 +164,5 @@ jobs:
# The github token must allow to push to this repository.
GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE_BOT_GITHUB_TOKEN }}
GOOGLE_APPLICATION_CREDENTIALS: ${{ secrets.SA_ARTIFACT_REGISTRY_WRITER }}
NPM_TOKEN: ${{ secrets.SEMANTIC_RELEASE_BOT_NPM_TOKEN }}
# NPM_TOKEN: ${{ secrets.SEMANTIC_RELEASE_BOT_NPM_TOKEN }}
run: npm run release
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"lint": "npm run lint --workspaces --if-present",
"nuke": "npm run clean && rm -rf node_modules package-lock.json",
"prepare": "husky install",
"release": "multi-semantic-release --ignore-private",
"release": "multi-semantic-release --ignore-private --debug",
"release:dry": "multi-semantic-release --dry-run --debug",
"size": "npm run size --workspaces --if-present",
"test": "npm run test --workspaces --if-present",
Expand Down
5 changes: 5 additions & 0 deletions packages/cloud-scheduler-utils/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
__tests__/
release.config.cjs
src/
tsconfig.json
tsconfig.tsbuildinfo
5 changes: 5 additions & 0 deletions packages/fattureincloud-client/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
__tests__/
release.config.cjs
src/
tsconfig.json
tsconfig.tsbuildinfo
5 changes: 5 additions & 0 deletions packages/firestore-utils/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
__tests__/
release.config.cjs
src/
tsconfig.json
tsconfig.tsbuildinfo
5 changes: 5 additions & 0 deletions packages/hapi-healthcheck-plugin/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
__tests__/
release.config.cjs
src/
tsconfig.json
tsconfig.tsbuildinfo
5 changes: 5 additions & 0 deletions packages/hapi-ip-whitelist-plugin/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
__tests__/
release.config.cjs
src/
tsconfig.json
tsconfig.tsbuildinfo
5 changes: 5 additions & 0 deletions packages/keap-client/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
__tests__/
release.config.cjs
src/
tsconfig.json
tsconfig.tsbuildinfo
5 changes: 5 additions & 0 deletions packages/notifications/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
__tests__/
release.config.cjs
src/
tsconfig.json
tsconfig.tsbuildinfo
5 changes: 5 additions & 0 deletions packages/schemas/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
__tests__/
release.config.cjs
src/
tsconfig.json
tsconfig.tsbuildinfo
5 changes: 5 additions & 0 deletions packages/scripts/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
__tests__/
release.config.cjs
src/
tsconfig.json
tsconfig.tsbuildinfo
5 changes: 5 additions & 0 deletions packages/secret-manager-utils/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
__tests__/
release.config.cjs
src/
tsconfig.json
tsconfig.tsbuildinfo
5 changes: 5 additions & 0 deletions packages/sqlite-utils/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
__tests__/
release.config.cjs
src/
tsconfig.json
tsconfig.tsbuildinfo
5 changes: 5 additions & 0 deletions packages/stripe-utils/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
__tests__/
release.config.cjs
src/
tsconfig.json
tsconfig.tsbuildinfo
5 changes: 5 additions & 0 deletions packages/telegram-text-messages/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
__tests__/
release.config.cjs
src/
tsconfig.json
tsconfig.tsbuildinfo

0 comments on commit fac9a88

Please sign in to comment.