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

Evaluate and rimraf... take two! #110

Merged
merged 2 commits into from
Jul 31, 2017
Merged

Evaluate and rimraf... take two! #110

merged 2 commits into from
Jul 31, 2017

Conversation

joelgriffith
Copy link
Contributor

Sorry about that folks, bad rebase and merges. Got too far down the rabbit hole so it was just easier to start fresh :)

package.json Outdated
"build": "rm -rf dist; tsc -d",
"prepublish": "npm run build; npm test",
"build": "rimraf dist; tsc -d",
"prepublishOnly": "npm run build; npm test",
Copy link
Collaborator

Choose a reason for hiding this comment

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

While we're at it.. does it make sense to switch the order of these two? E.g. Why bother building if the tests don't pass.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Agreed. What do you think about using something like np for release orchestration?

Copy link
Collaborator

Choose a reason for hiding this comment

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

I'm down with np!

src/util.ts Outdated
throw new Error(
result.exceptionDetails.exception.value ||
result.exceptionDetails.exception.description
);
Copy link
Collaborator

Choose a reason for hiding this comment

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

Heads-up: I think we're following the "no-semi" rule

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks! Odd that my editor didn't catch it. I'll update that

Copy link
Collaborator

@adieuadieu adieuadieu left a comment

Choose a reason for hiding this comment

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

Looks good to me!

@joelgriffith joelgriffith merged commit b696473 into schickling:master Jul 31, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants