mirror of
https://github.com/actions/add-to-project.git
synced 2025-12-13 21:53:21 +00:00
Remove some unused npm scripts
This commit is contained in:
@@ -43,7 +43,7 @@ $ npm install
|
|||||||
Build the typescript and package it for distribution
|
Build the typescript and package it for distribution
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ npm run build && npm run package
|
$ npm run build
|
||||||
```
|
```
|
||||||
|
|
||||||
Run the tests :heavy_check_mark:
|
Run the tests :heavy_check_mark:
|
||||||
|
|||||||
@@ -48,8 +48,6 @@
|
|||||||
"check:format": "prettier --check .",
|
"check:format": "prettier --check .",
|
||||||
"check:lint": "eslint .",
|
"check:lint": "eslint .",
|
||||||
"fix:format": "prettier --write .",
|
"fix:format": "prettier --write .",
|
||||||
"lint": "eslint src/**/*.ts",
|
|
||||||
"package": "ncc build --source-map --license licenses.txt",
|
|
||||||
"test": "jest"
|
"test": "jest"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user