Skip to content

Commit

Permalink
- update example process
Browse files Browse the repository at this point in the history
- remove customauth adapter
  • Loading branch information
chaitanyapotti committed Feb 16, 2022
1 parent a48ea19 commit 77719ea
Show file tree
Hide file tree
Showing 48 changed files with 31,012 additions and 13,266 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,16 @@ jobs:
- name: Bootstrap dependencies
run: yarn run bootstrap

- name: Build and publish locally
run: yarn run local-publish
- name: Build
run: yarn run build

- name: Build example
if: github.ref == 'refs/heads/master'
run: |
cd examples/vue-app
yarn run link-local
yarn
yarn run build
npm run install:local
npm install
npm run build
# Set the credentials from repository settings/secrets
- name: Configure AWS credentials
Expand Down
Loading

0 comments on commit 77719ea

Please sign in to comment.