-
Notifications
You must be signed in to change notification settings - Fork 1
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
276 changed files
with
11,822 additions
and
29,596 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
node_modules | ||
coverage | ||
docs/report.html | ||
**/build/report.html | ||
|
||
# IDE files | ||
.idea/**/workspace.xml | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
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,18 @@ | ||
0 silly argv { | ||
0 silly argv _: [ 'create' ], | ||
0 silly argv lernaVersion: '4.0.0', | ||
0 silly argv '$0': 'lerna', | ||
0 silly argv name: 'chord-charts-studio' | ||
0 silly argv } | ||
1 notice cli v4.0.0 | ||
2 verbose rootPath /Users/touffi/dev/chords-charts-studio | ||
3 error Error: canceled | ||
3 error at Interface.<anonymous> (/Users/touffi/.nvm/versions/node/v16.13.0/lib/node_modules/lerna/node_modules/read/lib/read.js:66:13) | ||
3 error at Interface.emit (node:events:390:28) | ||
3 error at Interface._ttyWrite (node:readline:1081:16) | ||
3 error at ReadStream.onkeypress (node:readline:288:10) | ||
3 error at ReadStream.emit (node:events:390:28) | ||
3 error at emitKeys (node:internal/readline/utils:358:14) | ||
3 error at emitKeys.next (<anonymous>) | ||
3 error at ReadStream.onData (node:internal/readline/emitKeypressEvents:61:36) | ||
3 error at ReadStream.emit (node:events:390:28) |
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,6 @@ | ||
{ | ||
"packages": ["packages/*"], | ||
"version": "0.9.0", | ||
"npmClient": "yarn", | ||
"preid": "beta" | ||
} |
Oops, something went wrong.