Skip to content

Commit

Permalink
fix: Add module declaration files for datastore-storage-adapter (#9922)
Browse files Browse the repository at this point in the history
* Add module declaration files

* Update the module declaration to index files

Co-authored-by: Nick Arocho <16296496+nickarocho@users.noreply.github.com>
  • Loading branch information
2 people authored and iartemiev committed Jun 15, 2022
1 parent ca2a11b commit 0632068
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
19 changes: 11 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1194,8 +1194,9 @@ workflows:
# i.e. when the canaries workflow executes
# https://circleci.com/docs/2.0/scheduled-pipelines/#workflows-filtering
when:
not:
equal: [scheduled_pipeline, << pipeline.trigger_source >>]
# TODO: uncomment before merging
# not:
equal: [scheduled_pipeline, << pipeline.trigger_source >>]
jobs:
- build
- integ_setup:
Expand Down Expand Up @@ -1611,10 +1612,11 @@ workflows:
# Scheduled smoke test workflow
# Jobs are pulled from the getting-started-smoke-test inline orb defined below
canaries:
when:
and:
- equal: [scheduled_pipeline, << pipeline.trigger_source >>]
- equal: [canaries, << pipeline.schedule.name >>]
# TODO: uncomment before merging
# when:
# and:
# - equal: [scheduled_pipeline, << pipeline.trigger_source >>]
# - equal: [canaries, << pipeline.schedule.name >>]
jobs:
## Web
# React
Expand Down Expand Up @@ -1763,6 +1765,7 @@ orbs:
do
"$@" && break
n=$[$n+1]
echo "retry $n of $MAX_RETRY"
sleep << parameters.sleep >>
done
if [ $n -ge $MAX_RETRY ]; then
Expand Down Expand Up @@ -1807,8 +1810,8 @@ orbs:
- run-with-retry:
label: Install AmplifyJS
command: npm i -S aws-amplify && npm i -g wait-on serve
- run-with-retry:
label: Call Amplify library in code
- run:
name: Call Amplify library in code
command: |
echo "$IMPORT_STATEMENT" | cat - << parameters.main-file-path >> | tee << parameters.main-file-path >>
echo "$LIBRARY_STATEMENT" >> << parameters.main-file-path >>
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0632068

Please sign in to comment.