Skip to content

Commit 79a524f

Browse files
committed
chore: simplify @1stg/remark-config usage
1 parent 53516db commit 79a524f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.remarkrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"plugins": [
3-
"@1stg/remark-config"
3+
"@1stg/config"
44
]
55
}

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@
7676
"lint": "run-p lint:*",
7777
"lint:es": "eslint src --cache -f friendly",
7878
"lint:tsc": "tsc --noEmit",
79-
"prepare": "simple-git-hooks || exit 0",
80-
"prerelease": "yarn build",
79+
"prepare": "simple-git-hooks",
80+
"prerelease": "pnpm build",
8181
"release": "changeset publish",
8282
"test": "run-p test:*",
8383
"test:multipleEslintrcs": "eslint --ext ts,tsx tests/multipleEslintrcs",

0 commit comments

Comments
 (0)