Skip to content

Instantly share code, notes, and snippets.

@chetanraj
Last active September 5, 2022 08:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save chetanraj/e1e5bfa66df555e43931a0b2408a1a24 to your computer and use it in GitHub Desktop.
Save chetanraj/e1e5bfa66df555e43931a0b2408a1a24 to your computer and use it in GitHub Desktop.
nifty-npm-tips
{
"name": "nifty-npm-tips",
"version": "0.0.1",
"private": true,
"dependencies": { },
"devDependencies": { },
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"stylelint": "stylelint src/**/index.css",
"stylelint:fix": "stylelint src/**/index.css --fix",
"📦": "bundlesize",
"prettification": "prettier --write \"**/*.js\""
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment