Skip to content

Instantly share code, notes, and snippets.

@brokenmold
Created April 8, 2023 20:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brokenmold/206e354f4e93314a75e972fe2bd0f353 to your computer and use it in GitHub Desktop.
Save brokenmold/206e354f4e93314a75e972fe2bd0f353 to your computer and use it in GitHub Desktop.
JS Script Customizations
{
"name": "yer-app",
"version": "0.1.0",
"scripts": {
// Next.js -> Specify Port
"dev": "next dev -p 8080",
// Any -> Chain Processes
"update": "yarn upgrade && yarn install && yarn start",
// Prettier -> Use Gitignore
"format": "prettier --ignore-path .gitignore --write \"**/*.{js,jsx,ts,tsx,css,scss,md,json}\""
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment