Skip to content

Commit 6488c32

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

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
@@ -14,9 +14,9 @@
1414
"clean": "tsc -b --clean packages",
1515
"format": "prettier packages/**/*.ts --ignore-path ./.prettierignore --write",
1616
"lint": "eslint 'packages/**/*.ts' --fix",
17-
"prepublish:npm": "npm run build && npm run changelog | pbcopy",
17+
"prepublish:npm": "yarn build && yarn changelog | pbcopy",
1818
"publish:npm": "lerna publish --conventional-commits",
19-
"prepublish:next": "npm run build",
19+
"prepublish:next": "yarn build",
2020
"publish:next": "lerna publish --dist-tag next",
2121
"test:e2e": "lerna run test:e2e --parallel",
2222
"test:e2e:dev": "lerna run test:e2e:dev --parallel"

0 commit comments

Comments
 (0)