-
-
Notifications
You must be signed in to change notification settings - Fork 259
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
Fixes tarball to include correct contents #1104
Conversation
@@ -23,7 +23,8 @@ | |||
"test": "tests" | |||
}, | |||
"scripts": { | |||
"prepublishOnly": "yarn babel --extensions '.ts' --presets @babel/preset-typescript addon-test-support --out-dir addon-test-support/ --ignore '**/*.d.ts'", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
turns out this works fine, but sucks if you try to test via npm pack
@@ -83,6 +84,7 @@ | |||
"qunit": "^2.16.0", | |||
"release-it": "~14.10.1", | |||
"release-it-lerna-changelog": "^3.1.0", | |||
"rimraf": "^3.0.2", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cross platform cleanup on postpack
@@ -35,6 +35,17 @@ | |||
/bower.json.ember-try | |||
/package.json.ember-try | |||
|
|||
# other |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cleanup tarball while I'm at it.
No description provided.