Skip to content

Commit

Permalink
Merge pull request #16 from lifeomic/PHC-3951-build-and-publish-2
Browse files Browse the repository at this point in the history
fix: Add package.json to dist folder for release process
  • Loading branch information
markdlv authored Feb 2, 2023
2 parents ea39601 + a34ecc7 commit 25cc615
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
"name": "@lifeomic/react-native-components",
"version": "0.0.0",
"description": "React-native components for building a mobile app against the LifeOmic Platform",
"main": "src/index.ts",
"types": "src/index.d.ts",
"scripts": {
"format": "yarn prettier '**/*.{ts,tsx,js,json,md}'",
"format:write": "yarn format --write",
Expand All @@ -12,7 +10,7 @@
"lint:fix": "yarn lint --fix",
"test": "yarn lint && yarn jest",
"test:ci": "yarn lint && yarn jest --coverage --runInBand --silent --ci --logHeapUsage",
"build": "rm -rf dist && tsc -p tsconfig.build.json --outDir dist"
"build": "rm -rf dist && tsc -p tsconfig.build.json --outDir dist && cp package.json ./dist"
},
"author": "LifeOmic <development@lifeomic.com>",
"license": "UNLICENSED",
Expand Down

0 comments on commit 25cc615

Please sign in to comment.