Skip to content

Commit dd7048c

Browse files
chore(): update scripts
1 parent b1c9d00 commit dd7048c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"build": "tsc -b -v packages",
1313
"changelog": "lerna-changelog",
1414
"clean": "tsc -b --clean packages",
15-
"format": "prettier {packages,tests}/**/*.ts --ignore-path ./.prettierignore --write",
16-
"lint": "eslint '{packages,tests}/**/*.ts' --fix",
15+
"format": "prettier packages/**/*.ts --ignore-path ./.prettierignore --write",
16+
"lint": "eslint 'packages/**/*.ts' --fix",
1717
"prepublish:npm": "npm run build && npm run changelog | pbcopy",
1818
"publish:npm": "lerna publish --conventional-commits",
1919
"prepublish:next": "npm run build",

0 commit comments

Comments
 (0)