Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: improve dev workflow #104

Merged
merged 6 commits into from
May 18, 2017
Merged

chore: improve dev workflow #104

merged 6 commits into from
May 18, 2017

Conversation

satya164
Copy link
Member

@satya164 satya164 commented May 16, 2017

Includes #101 and #102.

@ferrannp ferrannp added the wip label May 16, 2017
@ferrannp ferrannp mentioned this pull request May 16, 2017
1 task
@satya164 satya164 force-pushed the @satya164/upgrade branch 5 times, most recently from 14c395f to 672c2f4 Compare May 16, 2017 15:44
@satya164 satya164 changed the title wip: improve dev workflow chore: improve dev workflow May 16, 2017
@@ -0,0 +1,31 @@
/* eslint-disable import/no-commonjs */
Copy link
Contributor

Choose a reason for hiding this comment

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

@satya164 is this for watching changes in the library instead of manually copying?

Copy link
Member Author

Choose a reason for hiding this comment

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

yes

"react-native-drawer": "^2.3.0"
},
"scripts": {
Copy link
Contributor

Choose a reason for hiding this comment

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

@satya164 Just curious why did you move scripts to the bottom?

Copy link
Member Author

Choose a reason for hiding this comment

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

just easier to find at bottom

/* eslint-disable prettier/prettier */
return blacklist([
new RegExp(
`^${escape(path.resolve(__dirname, '..', 'node_modules'))}\\/.*$`,
Copy link
Contributor

Choose a reason for hiding this comment

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

The trailing comma crashes the packager for me

`^${escape(path.resolve(__dirname, '..', 'node_modules'))}\\/.*$`,
),
new RegExp(
`^${escape(path.resolve(__dirname, '..', 'docs', 'node_modules'))}\\/.*$`,
Copy link
Contributor

Choose a reason for hiding this comment

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

Same here

@ahmedlhanafy
Copy link
Contributor

@satya164 Other than the trailing comma issue in rn-cli.config.js, everything is working fine 👍

@satya164
Copy link
Member Author

Damn, the eslint-disable didn't work for some reason. Fixed.

@satya164 satya164 merged commit 0a20307 into master May 18, 2017
@satya164 satya164 deleted the @satya164/upgrade branch May 18, 2017 12:25
This was referenced May 25, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants