Skip to content

Commit

Permalink
fix: Adds types/index.d.ts into files array
Browse files Browse the repository at this point in the history
OKTA-371431
<<<Jenkins Check-In of Tested SHA: 7b7c2e3 for [email protected]>>>
Artifact: okta-react-native
  • Loading branch information
oleggnidets-okta authored and eng-prod-CI-bot-okta committed Feb 23, 2021
1 parent 4b320a1 commit a085c89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
},
"files": [
"index.js",
"types/index.d.ts",
"android",
"ios",
"LICENSE",
Expand Down
1 change: 1 addition & 0 deletions scripts/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const fs = require('fs');
const NPM_DIR = `dist`;
const FILES_TO_COPY = [
'index.js',
'types/index.d.ts',
'android',
'ios',
'LICENSE',
Expand Down

0 comments on commit a085c89

Please sign in to comment.