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

Fixes tarball to include correct contents #1104

Merged
merged 2 commits into from
Aug 17, 2021
Merged

Fixes tarball to include correct contents #1104

merged 2 commits into from
Aug 17, 2021

Conversation

stefanpenner
Copy link
Member

No description provided.

@@ -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'",
Copy link
Member Author

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",
Copy link
Member Author

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
Copy link
Member Author

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.

@scalvert scalvert changed the title Fix tgz Fixes tarball to include correct contents Aug 17, 2021
@scalvert scalvert merged commit 269c0dc into master Aug 17, 2021
@scalvert scalvert deleted the fix-tgz branch August 17, 2021 00:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants