Skip to content

Commit 70ef0ac

Browse files
committed
Merge branch 'master' of github.com:FirebaseExtended/reactfire
2 parents 117bb3f + 0155e8e commit 70ef0ac

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

cloudbuild.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
# @latest `gcloud builds submit --substitutions=TAG_NAME="v1.2.3"`
66
steps:
77
- name: 'gcr.io/cloud-builders/yarn'
8+
args: ['install', '--frozen-lockfile']
89
- name: 'gcr.io/cloud-builders/yarn'
910
dir: 'reactfire'
1011
args: ['build']

reactfire/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"description": "Firebase library for React",
55
"main": "index.js",
66
"types": "index.d.ts",
7+
"private": true,
78
"scripts": {
89
"build-dev": "tsc",
910
"test-dev": "jest --verbose --watch",

sample-complex/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "1.0.0",
44
"main": "index.js",
55
"license": "MIT",
6+
"private": true,
67
"scripts": {
78
"build": "rimraf dist && npm run build-client && npm run build-server",
89
"build-client": "NODE_ENV=development parcel build src/client.tsx -d dist/client --no-minify --public-url .",

0 commit comments

Comments
 (0)