mirror of
https://github.com/actions/stale.git
synced 2025-12-11 12:37:27 +00:00
Update npm all:ci script
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
"test:only-errors": "jest --reporters jest-silent-reporter --silent",
|
"test:only-errors": "jest --reporters jest-silent-reporter --silent",
|
||||||
"test:watch": "jest --watch --notify --expand",
|
"test:watch": "jest --watch --notify --expand",
|
||||||
"all": "npm run format && npm run lint && npm run build && npm test",
|
"all": "npm run format && npm run lint && npm run build && npm test",
|
||||||
"all:ci": "npm run lint:all && npm run build && npm run test:only-errors",
|
"all:ci": "npm run format && npm run lint && npm run build && npm run test:only-errors",
|
||||||
"prerelease": "npm run build",
|
"prerelease": "npm run build",
|
||||||
"release": "standard-version",
|
"release": "standard-version",
|
||||||
"release:dry-run": "standard-version --dry-run"
|
"release:dry-run": "standard-version --dry-run"
|
||||||
|
|||||||
Reference in New Issue
Block a user