Skip to content

Commit 1ec9469

Browse files
samtsternjhuleatt
andauthored
Move to pnpm (#872)
Co-authored-by: Jeff <[email protected]>
1 parent 3de8454 commit 1ec9469

File tree

4 files changed

+53
-56
lines changed

4 files changed

+53
-56
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ service-account-credentials.json
1414
**/pubsub-debug.log
1515
**/tsconfig-compile.json
1616
yarn.lock
17+
pnpm-lock.yaml

lerna.json

Lines changed: 0 additions & 51 deletions
This file was deleted.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
"author": "Firebase (https://firebase.google.com/)",
66
"license": "Apache-2.0",
77
"scripts": {
8-
"bootstrap": "lerna bootstrap --no-ci",
9-
"lint": "lerna run lint",
10-
"test": "lerna run test",
11-
"compile": "lerna run compile --concurrency=8"
8+
"bootstrap": "pnpm recursive install",
9+
"lint": "pnpm recursive run lint --workspace-concurrency=4",
10+
"test": "pnpm recursive run test --workspace-concurrency=4",
11+
"compile": "pnpm recursive run compile --workspace-concurrency=4"
1212
},
1313
"devDependencies": {
1414
"eslint": "^6.8.0",
1515
"eslint-plugin-promise": "^4.2.1",
16-
"lerna": "^3.20.2",
16+
"pnpm": "^6.4.0",
1717
"typescript": "^3.8.2"
1818
}
1919
}

pnpm-workspace.yaml

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
packages:
2+
- assistant-say-number/functions
3+
- authenticated-json-api/functions
4+
- authorized-https-endpoint/functions
5+
- bigquery-import/functions
6+
- child-count/functions
7+
- convert-images/functions
8+
- coupon-on-purchase/functions
9+
- delete-unused-accounts-cron/functions
10+
- developer-motivator/functions
11+
- email-confirmation/functions
12+
- es2017-transpile/functions
13+
- exif-images/functions
14+
- fcm-notifications/functions
15+
- ffmpeg-convert-audio/functions
16+
- fulltext-search-firestore/functions
17+
- fulltext-search/functions
18+
- generate-thumbnail/functions
19+
- github-to-slack/functions
20+
- google-sheet-sync/functions
21+
- image-maker/functions
22+
- image-sharp/functions
23+
- instagram-auth/functions
24+
- lastmodified-tracking/functions
25+
- limit-children/functions
26+
- linkedin-auth/functions
27+
- message-translation/functions
28+
- minimal-webhook/functions
29+
- moderate-images/functions
30+
- paypal/functions
31+
- presence-firestore/functions
32+
- quickstarts/big-ben/functions
33+
- quickstarts/email-users/functions
34+
- quickstarts/pubsub-helloworld/functions
35+
- quickstarts/runtime-options/functions
36+
- quickstarts/thumbnails/functions
37+
- quickstarts/time-server/functions
38+
- quickstarts/uppercase-firestore/functions
39+
- quickstarts/uppercase/functions
40+
- spotify-auth/functions
41+
- stripe/functions
42+
- survey-app-update/functions
43+
- template-handlebars/functions
44+
- text-moderation/functions
45+
- url-shortener/functions
46+
- username-password-auth/functions
47+
- youtube/functions

0 commit comments

Comments
 (0)