Skip to content

Commit

Permalink
fix: Copy README into dist during build
Browse files Browse the repository at this point in the history
  • Loading branch information
markdlv committed Feb 27, 2023
1 parent 5a9b916 commit 9dfd7e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"lint:fix": "yarn lint --fix",
"test": "yarn jest",
"test:ci": "yarn lint && yarn jest --coverage --runInBand --silent --ci --logHeapUsage",
"build": "rm -rf dist && tsc -p tsconfig.build.json --outDir dist && cp package.json ./dist",
"build": "rm -rf dist && tsc -p tsconfig.build.json --outDir dist && cp package.json README.md ./dist",
"precopyToStarter": "yarn build",
"copyToStarter": "cp -r ./dist/ ../react-native-starter/node_modules/@lifeomic/react-native-sdk"
},
Expand Down

0 comments on commit 9dfd7e9

Please sign in to comment.