Dont deploy functions anymore
This commit is contained in:
@ -19,13 +19,11 @@ jobs:
|
||||
name: Install Dependancies
|
||||
command: |
|
||||
yarn
|
||||
cd functions && yarn
|
||||
|
||||
- save_cache:
|
||||
key: v1-dependencies-{{ checksum "package.json" }}
|
||||
paths:
|
||||
- node_modules
|
||||
- functions/node_modules
|
||||
|
||||
- run:
|
||||
name: Build
|
||||
@ -35,8 +33,6 @@ jobs:
|
||||
root: ./
|
||||
paths:
|
||||
- public
|
||||
- node_modules
|
||||
- functions/node_modules
|
||||
|
||||
- store_artifacts:
|
||||
path: public
|
||||
|
Reference in New Issue
Block a user