Skip to content

Commit

Permalink
feat(@aws-amplify/datastore): add SQLite storage adapter option for R…
Browse files Browse the repository at this point in the history
…N apps (#8809)
  • Loading branch information
iartemiev authored Sep 2, 2021
1 parent 48b76e1 commit 46ee5dd
Show file tree
Hide file tree
Showing 25 changed files with 3,064 additions and 17 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,7 @@ jobs:
command: |
mv .yarnrc ._yarnrc
yarn
- run: yarn bootstrap
- run: yarn build
# storing yarn.lock as an artifact, so that we can quickly get a dependency diff
# with the last working build in the event that some upstream deps break the build in the future
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"publish:release": "lerna publish --conventional-commits --yes --message 'chore(release): Publish [ci skip]' --no-verify-access",
"publish:1.0-stable": "lerna publish --conventional-commits --yes --dist-tag=stable-1.0 --message 'chore(release): Publish [ci skip]' --no-verify-access",
"publish:ui-components/main": "lerna publish --canary --force-publish \"*\" --yes --dist-tag=ui-preview --preid=ui-preview --exact --no-verify-access",
"publish:native": "lerna publish --canary --force-publish \"*\" --yes --dist-tag=native --preid=native --exact --no-verify-access",
"publish:verdaccio": "lerna publish --no-push --canary minor --dist-tag=unstable --preid=unstable --exact --force-publish --yes --no-verify-access"
},
"husky": {
Expand Down
15 changes: 15 additions & 0 deletions packages/datastore-storage-adapter/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
__mocks__/**
__tests__/**
coverage/**
docs/**
node_modules/**
.vscode/**
.DS_Store
*.log
prepend-license.js
prettier.config.json
tsconfig.json
tsfmt.json
tslint.json
typeDoc.js
webpack.config.js
Loading

0 comments on commit 46ee5dd

Please sign in to comment.