-
-
Notifications
You must be signed in to change notification settings - Fork 86
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
Showing
29 changed files
with
16,360 additions
and
11,133 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
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
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 |
---|---|---|
|
@@ -131,4 +131,6 @@ dist | |
!.yarn/plugins | ||
!.yarn/sdks | ||
!.yarn/versions | ||
.pnp.* | ||
|
||
.pnp.* | ||
|
Empty file.
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
yarnPath: .yarn/releases/yarn-3.5.1.cjs | ||
|
||
nodeLinker: node-modules | ||
|
||
nmMode: hardlinks-local |
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 |
---|---|---|
@@ -1,14 +1,13 @@ | ||
{ | ||
"scripts": { | ||
"build": "vx build", | ||
"test": "vx prepare && jest", | ||
"test": "vx test", | ||
"release": "vx release", | ||
"lint": "eslint . --ignore-path .gitignore", | ||
"prepare": "husky install", | ||
"dev": "vx dev", | ||
"website:start": "yarn workspace website start", | ||
"website:build": "yarn workspace website build", | ||
"jest": "vx prepare && jest", | ||
"postinstall": "vx build --buildSingle" | ||
}, | ||
"prettier": { | ||
|
@@ -35,18 +34,18 @@ | |
"eslint-plugin-jest": "^27.1.5", | ||
"husky": "^8.0.1", | ||
"lodash": "^4.17.21", | ||
"prettier": "^2.7.1", | ||
"pretty-quick": "^3.1.1", | ||
"tsc": "^2.0.4", | ||
"tslib": "^2.4.1", | ||
"typescript": "^4.8.4", | ||
"vx": "./vx", | ||
"vx": "workspace:*", | ||
"wait": "^0.4.2" | ||
}, | ||
"private": true, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/ealush/vest.git" | ||
}, | ||
"version": "0.0.0" | ||
"version": "0.0.0", | ||
"packageManager": "[email protected]" | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.