Shopify / babel-plugin-eslint-test-generator

MIT License
3 stars 2 forks source link

Make repo public push to npm #1

Open mikkoh opened 8 years ago

mikkoh commented 8 years ago

@minasmart @yomexzo do you mind taking a look since this will be for the js-buy-sdk.

I know right now https://github.com/Shopify/eslint-test-generator isn't a dep but once we're ok to make that repo public and push it to npm I'll install it as a dep. (apparently you can't do npm i Shopify/eslint-test-generator if you need to transpile on prepublish)

minasmart commented 8 years ago

The way we get around that in pre-public days is to do all the transpiling on post-install. It's not ideal, but it lets you test the wiring.