File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
packages/dynamodb-entity-store Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11node_modules
22dist
33docs
4+ packages /dynamodb-entity-store /README.md
5+ packages /dynamodb-entity-store /LICENSE
46
57yarn-error.log
Original file line number Diff line number Diff line change 2828 "all-checks" : " npm run local-checks && npm run integration-tests" ,
2929 "deploy" : " cd test/examples && aws cloudformation deploy --template-file template.yaml --stack-name \" ${STACK_NAME-entity-store-test-stack}\" --no-fail-on-empty-changeset" ,
3030 "deploy-and-all-checks" : " npm run deploy && npm run all-checks" ,
31- "build" : " rm -rf dist && tsc -p tsconfig.json" ,
31+ "build" : " rm -rf dist && tsc -p tsconfig.json && cp ../../README.md . && cp ../../LICENSE . " ,
3232 "prepublishOnly" : " npm run local-checks && npm run build" ,
3333 "generate-docs" : " typedoc src/lib/index.ts"
3434 },
4848 },
4949 "files" : [
5050 " package.json" ,
51- " ../../ README.md" ,
52- " ../../ LICENSE" ,
51+ " README.md" ,
52+ " LICENSE" ,
5353 " dist/"
5454 ],
5555 "exports" : {
You can’t perform that action at this time.
0 commit comments