We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1c9d00 commit dd7048cCopy full SHA for dd7048c
package.json
@@ -12,8 +12,8 @@
12
"build": "tsc -b -v packages",
13
"changelog": "lerna-changelog",
14
"clean": "tsc -b --clean packages",
15
- "format": "prettier {packages,tests}/**/*.ts --ignore-path ./.prettierignore --write",
16
- "lint": "eslint '{packages,tests}/**/*.ts' --fix",
+ "format": "prettier packages/**/*.ts --ignore-path ./.prettierignore --write",
+ "lint": "eslint 'packages/**/*.ts' --fix",
17
"prepublish:npm": "npm run build && npm run changelog | pbcopy",
18
"publish:npm": "lerna publish --conventional-commits",
19
"prepublish:next": "npm run build",
0 commit comments