Skip to content

Commit 02bfec4

Browse files
committed
fix: add missing lerna script for npm run parity with CI
1 parent 5348954 commit 02bfec4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"scripts": {
1414
"bootstrap": "npm run lerna -- bootstrap --hoist",
1515
"lerna": "lerna",
16+
1617
"lint": "eslint ./packages/**/src --ext .ts,.tsx --cache --fix --no-error-on-unmatched-pattern",
1718
"prettier": "prettier --single-quote --write './packages/**/*.{ts,tsx}'",
1819
"test": "lerna run test --stream"

0 commit comments

Comments
 (0)