File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 55# @latest `gcloud builds submit --substitutions=TAG_NAME="v1.2.3"`
66steps :
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']
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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 ." ,
You can’t perform that action at this time.
0 commit comments