Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

Exclude react-native from CI publish #211

Merged
merged 2 commits into from
May 18, 2018

Conversation

robertjd
Copy link
Contributor

Will wait on expo/expo#1767 if possible

@@ -25,6 +25,11 @@ dirs.forEach(name => {
const pkg = require(`${moduleDir}/package`);
const moduleWithVersion = `${pkg.name}@${pkg.version}`;

if (pkg.name === '@okta/okta-react-native') {
console.log(`Skipping ${pkg.name}`)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lets add a comment here explaining why we need to temporarily skip this package, with a GH issue link or JIRA number for reference.

@@ -25,6 +25,11 @@ dirs.forEach(name => {
const pkg = require(`${moduleDir}/package`);
const moduleWithVersion = `${pkg.name}@${pkg.version}`;

if (pkg.name === '@okta/okta-react-native') {
console.log(`Skipping ${pkg.name}`)
return
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing ; at the end of these lines

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants