mirror of
https://code.forgejo.org/actions/checkout.git
synced 2024-11-05 10:12:53 +01:00
.
This commit is contained in:
parent
e3d7676897
commit
b63c69da2f
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
"description": "checkout action",
|
||||
"main": "lib/main.js",
|
||||
"scripts": {
|
||||
"build-full": "npm run format && npm run build && npm run test",
|
||||
"build-full": "npm i --package-lock && npm ci && npm run format && npm run build && npm run test",
|
||||
"build": "tsc && ncc build && node lib/misc/generate-docs.js",
|
||||
"format": "prettier --write '**/*.ts'",
|
||||
"format-check": "prettier --check '**/*.ts'",
|
||||
|
|
Loading…
Reference in a new issue