Skip to content

Commit e671606

Browse files
committed
chore: template-oss apply fix
1 parent 3393f33 commit e671606

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
},
4141
"templateOSS": {
4242
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
43-
"version": "4.24.4",
43+
"version": "4.24.3",
4444
"content": "./scripts/template-oss"
4545
},
4646
"files": [

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"lintfix": "npm run eslint -- --fix",
2121
"test": "jest",
2222
"posttest": "npm run lint",
23-
"test-all": "npm run test --workspaces --include-workspace-root --if-present",
24-
"lint-all": "npm run lint --workspaces --include-workspace-root --if-present",
23+
"test-all": "npm run test -ws -iwr --if-present",
24+
"lint-all": "npm run lint -ws -iwr --if-present",
2525
"format": "prettier --write .",
2626
"format:check": "prettier --check .",
2727
"eslint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\""
@@ -105,7 +105,7 @@
105105
},
106106
"templateOSS": {
107107
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
108-
"version": "4.24.4",
108+
"version": "4.24.3",
109109
"content": "./scripts/template-oss",
110110
"allowPaths": [
111111
"cli-cache.json"

0 commit comments

Comments
 (0)