-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
708526d
commit 5056e58
Showing
9 changed files
with
15 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,7 @@ | |
"lint": "lerna run lint", | ||
"lint:check": "lerna run lint:check", | ||
"publish": "rm -f package-lock.json && rm -f packages/*/package-lock.json && lerna publish --no-private", | ||
"tsc": "lerna run tsc", | ||
"watch": "lerna watch -- lerna run build --since" | ||
}, | ||
"author": "Peter Szerzo <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,8 @@ | |
"build": "rm -rf lib && rollup -c", | ||
"lint:check": "npx eslint src/ --ext .ts,.tsx,.js,.jsx", | ||
"lint": "npx eslint src/ --ext .ts,.tsx,.js,.jsx --fix", | ||
"prepublish": "npm run build" | ||
"prepublish": "npm run build", | ||
"tsc": "tsc" | ||
}, | ||
"author": "Peter Szerzo <[email protected]>", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,8 @@ | |
"build": "rm -rf lib && rollup -c", | ||
"lint:check": "npx eslint src/ --ext .ts,.tsx,.js,.jsx", | ||
"lint": "npx eslint src/ --ext .ts,.tsx,.js,.jsx --fix", | ||
"prepublish": "npm run build" | ||
"prepublish": "npm run build", | ||
"tsc": "tsc" | ||
}, | ||
"author": "Peter Szerzo <[email protected]>", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,8 @@ | |
"build": "rm -rf lib && rollup -c", | ||
"lint:check": "npx eslint src/ --ext .ts,.tsx,.js,.jsx", | ||
"lint": "npx eslint src/ --ext .ts,.tsx,.js,.jsx --fix", | ||
"prepublish": "npm run build" | ||
"prepublish": "npm run build", | ||
"tsc": "tsc" | ||
}, | ||
"author": "Peter Szerzo <[email protected]>", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,8 @@ | |
"build": "rm -rf lib && rollup -c", | ||
"lint:check": "npx eslint src/ --ext .ts,.tsx,.js,.jsx", | ||
"lint": "npx eslint src/ --ext .ts,.tsx,.js,.jsx --fix", | ||
"prepublish": "npm run build" | ||
"prepublish": "npm run build", | ||
"tsc": "tsc" | ||
}, | ||
"author": "Peter Szerzo <[email protected]>", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,8 @@ | |
"build": "rm -rf lib && rollup -c", | ||
"lint:check": "npx eslint src/ --ext .ts,.tsx,.js,.jsx", | ||
"lint": "npx eslint src/ --ext .ts,.tsx,.js,.jsx --fix", | ||
"prepublish": "npm run build" | ||
"prepublish": "npm run build", | ||
"tsc": "tsc" | ||
}, | ||
"author": "Peter Szerzo <[email protected]>", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters