Skip to content
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.

Commit

Permalink
Merge pull request #226 from apollographql/justin/fix-releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Anastos authored Sep 9, 2020
2 parents 532a50e + 9f3432a commit 761cbf6
Show file tree
Hide file tree
Showing 4 changed files with 948 additions and 858 deletions.
24 changes: 20 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,17 +60,28 @@ jobs:
- add_ssh_keys:
fingerprints:
# see https://circleci.com/gh/apollographql/space-kit/edit#checkout
- "c3:d8:f4:b7:55:5c:70:72:51:21:8c:e1:63:92:ce:92"
- run:
name: Add NPM_TOKEN to `.npmrc`
command: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/space-kit/.npmrc
- "24:43:ac:47:ed:1f:e3:8c:2f:1f:cd:99:64:39:7d:77"
# - run:
# name: Add NPM_TOKEN to `.npmrc`
# command: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/space-kit/.npmrc
- run:
name: Install npm dependencies
command: npm ci
- run:
name: Release
command: npm run release

canary:
<<: *defaults
steps:
- checkout
- run:
name: Install npm dependencies
command: npm ci
- run:
name: Release
command: npx auto canary

test:
<<: *defaults
steps:
Expand Down Expand Up @@ -104,6 +115,11 @@ workflows:
- eslint
- typescript
- test
- canary:
filters:
branches:
ignore:
- main
- check-label:
filters:
branches:
Expand Down
Loading

0 comments on commit 761cbf6

Please sign in to comment.