Skip to content

Commit

Permalink
Use npm instead of yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronkinsella committed May 18, 2022
1 parent 4dd94dc commit c50c587
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 13,800 deletions.
11 changes: 5 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
version: 2.1
orbs:
node: circleci/node@1.1.6
node: circleci/node@5.0.2
jobs:
build-deploy:
executor:
name: node/default
tag: '16.15'
steps:
- checkout
- node/with-cache:
steps:
- run: yarn install
- run: yarn build
- node/install-packages
- run: npm run build
- run: ./node_modules/.bin/firebase deploy --token "$FIREBASE_TOKEN"

workflows:
deploy:
jobs:
- build-deploy:
context: Firebase
context: Firebase
Loading

0 comments on commit c50c587

Please sign in to comment.