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

Fix 8.1.1 changelog, add publishConfig to package.json #173

Merged
merged 5 commits into from
May 13, 2021

Conversation

rekmarks
Copy link
Member

@rekmarks rekmarks commented May 13, 2021

We should probably note in the changelog that the package is renamed 🤪

Since the package is scoped, we should also really have the appropriate publishConfig in the manifest. Also fixes some package.json scripts.

@rekmarks rekmarks requested a review from a team as a code owner May 13, 2021 01:07
shanejonas
shanejonas previously approved these changes May 13, 2021
package.json Outdated Show resolved Hide resolved
Co-authored-by: Mark Stacey <[email protected]>
"test": "jest",
"coverage": "jest --coverage",
"lint:eslint": "eslint . --cache --ext js,ts",
"lint:misc": "prettier '**/*.json' '**/*.md' '**/*.yml' --single-quote --ignore-path .gitignore",
"lint": "yarn lint:eslint && yarn lint:misc --check",
"lint:fix": "yarn lint:eslint --fix && yarn lint:misc --write",
"prepublishOnly": "yarn require-clean-git && yarn lint && yarn test",
"require-clean-git": "git diff --quiet || (echo 'Please clean the working directory.' && exit 1)"
Copy link
Member Author

Choose a reason for hiding this comment

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

For posterity: This is not a bad thing to do, but we don't do it anywhere else, and we probably aren't going to start.

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.

3 participants