Skip to content

Commit

Permalink
move to monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
no-chris committed Dec 12, 2021
1 parent 6908b17 commit 04f1ccd
Show file tree
Hide file tree
Showing 276 changed files with 11,822 additions and 29,596 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
steps:
- uses: actions/checkout@v2

# Install Node 14
# Install Node 16
- uses: actions/setup-node@v1
with:
node-version: 14
node-version: 16

# Install & build & test:
- run: npm install
- run: npm run-script test
- run: yarn install
- run: yarn exec lerna build
2 changes: 1 addition & 1 deletion .gitignore
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
Expand Down
6 changes: 0 additions & 6 deletions .prettierignore

This file was deleted.

96 changes: 0 additions & 96 deletions CHANGELOG.md

This file was deleted.

2 changes: 0 additions & 2 deletions docs/main.7f39d627fdc7c9d71d5f.js

This file was deleted.

1 change: 0 additions & 1 deletion docs/vendors.7f39d627fdc7c9d71d5f.js.map

This file was deleted.

18 changes: 18 additions & 0 deletions lerna-debug.log
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)
6 changes: 6 additions & 0 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"packages": ["packages/*"],
"version": "0.9.0",
"npmClient": "yarn",
"preid": "beta"
}
Loading

0 comments on commit 04f1ccd

Please sign in to comment.