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 dd7048c commit 6488c32Copy full SHA for 6488c32
package.json
@@ -14,9 +14,9 @@
14
"clean": "tsc -b --clean packages",
15
"format": "prettier packages/**/*.ts --ignore-path ./.prettierignore --write",
16
"lint": "eslint 'packages/**/*.ts' --fix",
17
- "prepublish:npm": "npm run build && npm run changelog | pbcopy",
+ "prepublish:npm": "yarn build && yarn changelog | pbcopy",
18
"publish:npm": "lerna publish --conventional-commits",
19
- "prepublish:next": "npm run build",
+ "prepublish:next": "yarn build",
20
"publish:next": "lerna publish --dist-tag next",
21
"test:e2e": "lerna run test:e2e --parallel",
22
"test:e2e:dev": "lerna run test:e2e:dev --parallel"
0 commit comments