We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aae918 commit 968d310Copy full SHA for 968d310
recipes/javascript/package-scripts.md
@@ -1,13 +1,12 @@
1
# Package scripts
2
3
-Useful commands to put in the `scripts` section of `package.json` file.
+Useful commands to put in the `scripts` section of `package.json` file for quality checks.
4
5
From [source](https://github.com/actions/checkout).
6
7
```json
8
{
9
"scripts": {
10
- "build": "tsc && ncc build && node lib/misc/generate-docs.js",
11
"format": "prettier --write **/*.ts",
12
"format-check": "prettier --check **/*.ts",
13
"lint": "eslint src/**/*.ts",
0 commit comments