Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ service-account-credentials.json
**/pubsub-debug.log
**/tsconfig-compile.json
yarn.lock
pnpm-lock.yaml
51 changes: 0 additions & 51 deletions lerna.json

This file was deleted.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
"author": "Firebase (https://firebase.google.com/)",
"license": "Apache-2.0",
"scripts": {
"bootstrap": "lerna bootstrap --no-ci",
"lint": "lerna run lint",
"test": "lerna run test",
"compile": "lerna run compile --concurrency=8"
"bootstrap": "pnpm recursive install",
"lint": "pnpm recursive run lint --workspace-concurrency=4",
"test": "pnpm recursive run test --workspace-concurrency=4",
"compile": "pnpm recursive run compile --workspace-concurrency=4"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-plugin-promise": "^4.2.1",
"lerna": "^3.20.2",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this mean Lerna isn't needed at all any more? If so, want to remove lerna.json as well?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops yep!

"pnpm": "^6.4.0",
"typescript": "^3.8.2"
}
}
47 changes: 47 additions & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
packages:
- assistant-say-number/functions
- authenticated-json-api/functions
- authorized-https-endpoint/functions
- bigquery-import/functions
- child-count/functions
- convert-images/functions
- coupon-on-purchase/functions
- delete-unused-accounts-cron/functions
- developer-motivator/functions
- email-confirmation/functions
- es2017-transpile/functions
- exif-images/functions
- fcm-notifications/functions
- ffmpeg-convert-audio/functions
- fulltext-search-firestore/functions
- fulltext-search/functions
- generate-thumbnail/functions
- github-to-slack/functions
- google-sheet-sync/functions
- image-maker/functions
- image-sharp/functions
- instagram-auth/functions
- lastmodified-tracking/functions
- limit-children/functions
- linkedin-auth/functions
- message-translation/functions
- minimal-webhook/functions
- moderate-images/functions
- paypal/functions
- presence-firestore/functions
- quickstarts/big-ben/functions
- quickstarts/email-users/functions
- quickstarts/pubsub-helloworld/functions
- quickstarts/runtime-options/functions
- quickstarts/thumbnails/functions
- quickstarts/time-server/functions
- quickstarts/uppercase-firestore/functions
- quickstarts/uppercase/functions
- spotify-auth/functions
- stripe/functions
- survey-app-update/functions
- template-handlebars/functions
- text-moderation/functions
- url-shortener/functions
- username-password-auth/functions
- youtube/functions