Skip to content

Commit 3037835

Browse files
committed
Fix rebase
1 parent 64180ed commit 3037835

File tree

2 files changed

+1
-4559
lines changed

2 files changed

+1
-4559
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"build:esm": "tsc --module esnext --outDir lib/esm",
1515
"build:cjs": "tsc --module commonjs --outDir lib/cjs",
1616
"lint": "eslint --ext ts --ext tsx src/",
17-
"lint:fix": "yarn run lint -- --fix",
17+
"lint:fix": "pnpm run lint -- --fix",
1818
"prettier:fix": "prettier --write \"**/*.{ts,tsx,js,json}\"",
1919
"test": "vitest",
2020
"release": "./release.sh",

0 commit comments

Comments
 (0)