Skip to content

Commit ac6b34f

Browse files
committed
Manual changes
Signed-off-by: Andre Wanlin <[email protected]>
1 parent 39f3a52 commit ac6b34f

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

.husky/pre-commit

-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
1-
#!/bin/sh
2-
. "$(dirname "$0")/_/husky.sh"
31

42
yarn lint-staged

app-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,4 +126,4 @@ techdocs:
126126
generator:
127127
runIn: 'local'
128128
publisher:
129-
type: 'local'
129+
type: 'local'

knip.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
{
22
"$schema": "https://unpkg.com/knip@3/schema.json",
33
"ignore": ["**/setupTests.ts", "**/.eslintrc.js"],
4-
"ignoreDependencies": ["better-sqlite3", "app", "@testing-library/jest-dom", "webpack-env"]
4+
"ignoreDependencies": [
5+
"better-sqlite3",
6+
"app",
7+
"@testing-library/jest-dom",
8+
"webpack-env",
9+
"lint-staged"
10+
]
511
}

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"prettier:check": "prettier --check .",
2525
"new": "backstage-cli new --scope internal",
2626
"knip": "knip",
27-
"prepare": "husky install",
28-
"postinstall": "husky install || true"
27+
"prepare": "husky",
28+
"postinstall": "husky || true"
2929
},
3030
"workspaces": {
3131
"packages": [

0 commit comments

Comments
 (0)