Skip to content

Commit

Permalink
chore: excludes tests and stories from ts build
Browse files Browse the repository at this point in the history
DSY-000
  • Loading branch information
lauralucca committed Sep 21, 2020
1 parent 675a16a commit 3d51b69
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
],
"scripts": {
"android": "concurrently --names 'auto-import-stories,react-native' 'rnstl' 'react-native run-android'",
"build:lib": "tsc && babel build/lib --out-dir build/lib --ignore node_modules,dist --source-maps --copy-files --no-babelrc --presets react-native",
"build:lib": "tsc --project tsconfig.build.json && babel build/lib --out-dir build/lib --ignore node_modules,dist --source-maps --copy-files --no-babelrc --presets react-native",
"build:sample:android": "rnstl && react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res",
"build:sample:ios": "rnstl && react-native bundle --platform ios --dev false --entry-file index.js --bundle-output ios/NaturaReactComponents/main.jsbundle --assets-dest ios",
"build:storybook:md": "node ./bin/docsToStories/buildStorybookDocs.js",
Expand Down
7 changes: 0 additions & 7 deletions tsconfig-build.json

This file was deleted.

0 comments on commit 3d51b69

Please sign in to comment.