Skip to content
This repository was archived by the owner on Aug 18, 2025. It is now read-only.

Conversation

jawnsy
Copy link
Contributor

@jawnsy jawnsy commented Mar 30, 2021

Use the same script names (e.g. yarn format:write) as we do in
the monorepo, so that it's easier to switch between projects.

@jawnsy jawnsy self-assigned this Mar 30, 2021
@github-actions
Copy link
Contributor

github-actions bot commented Mar 30, 2021

✨ Coder.com for PR #214 deployed! It will be updated on every commit.

@greyscaled greyscaled added the chore 🔧 A chore in the codebase; non user-facing label Mar 30, 2021
@jawnsy jawnsy force-pushed the chore-same-script-names branch from 0d3f1fb to eb3cd8f Compare March 30, 2021 18:33
@jawnsy jawnsy force-pushed the chore-same-script-names branch from eb3cd8f to 260b0c5 Compare March 30, 2021 19:54
@jawnsy jawnsy changed the title chore: use the same linter names as m chore: use the same linter settings as the monorepo Mar 30, 2021
package.json Outdated
"fmt": "prettier --check '**/*.{json,md,yaml,yml}'",
"fmt:fix": "prettier --write '**/*.{json,md,yaml,yml}'",
"format:check": "prettier --check '**/*.{css,html,js,json,jsx,ts,tsx,yaml,yml}'",
"format:write": "prettier --write '**/*.{css,html,js,json,jsx,ts,tsx,yaml,yml}'",
"lint": "markdownlint '**/*.md'",
"lint:fix": "markdownlint --fix '**/*.md'",
"prepare": "husky install"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

going to move prepare up to the top (and keep all the lifecycle hooks above the other scripts)

@jawnsy jawnsy force-pushed the chore-same-script-names branch from 260b0c5 to 8d271df Compare April 1, 2021 01:14
@github-actions github-actions bot requested a deployment to codercom-preview-docs April 1, 2021 01:15 Pending
Use the same script names (e.g. yarn format:write) and extension
settings as we do in the monorepo, so that it's easier to switch
between projects
@jawnsy jawnsy force-pushed the chore-same-script-names branch from 8d271df to 976d1f1 Compare April 1, 2021 01:16
@jawnsy jawnsy merged commit 28587b9 into master Apr 1, 2021
@jawnsy jawnsy deleted the chore-same-script-names branch April 1, 2021 01:23
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
chore 🔧 A chore in the codebase; non user-facing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants