Skip to content

Commit b16f58c

Browse files
authored
Update package.json
1 parent 2ef6155 commit b16f58c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,8 @@
9696
"scripts": {
9797
"clean": "rimraf ./dist",
9898
"build": "npm run clean && tsc --project tsconfig.json && tsc --project tsconfig.cjs.json && node ./scripts/os.js",
99-
"lint": "eslint . --fix && remark . --quiet --frail --output",
99+
"lint": "eslint . --fix",
100+
"format": "remark . --quiet --frail --output",
100101
"test": "tsc --noEmit --project tsconfig.json && jest",
101102
"version-package": "changeset version && pnpm lint",
102103
"release": "pnpm build && pnpm test && changeset publish",

0 commit comments

Comments
 (0)