Skip to content

Commit cdfc970

Browse files
committed
chore: migrate to monorepo with turbo
1 parent 2a3b83b commit cdfc970

File tree

279 files changed

+45086
-12891
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

279 files changed

+45086
-12891
lines changed

.DS_Store

8 KB
Binary file not shown.

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ jobs:
1717
run: npm i
1818
- name: Publish
1919
run: |
20+
cd packages/react-google-charts
2021
npm run cleanPublish
21-
npm publish --non-interactive package
22+
npm publish package
2223
env:
2324
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

.gitignore

Lines changed: 3 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,4 @@
1-
build
2-
demo-build
3-
.cache
4-
dist
51
node_modules
6-
.rpt2_cache
7-
.vscode
8-
.docz
9-
docs/react-google-charts/
10-
cypress/videos
11-
docs/*
12-
13-
# testing
14-
coverage
15-
16-
# OS stuff
17-
._*
18-
.DS_Store
19-
.env
20-
build-storybook.log
2+
dist
3+
.turbo
4+
coverage

.storybook/theme.js

Lines changed: 0 additions & 7 deletions
This file was deleted.

website/.gitignore renamed to apps/docs/.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,7 @@ npm-debug.log*
1919
yarn-debug.log*
2020
yarn-error.log*
2121

22-
.env
22+
.env
23+
24+
# Temporary
25+
src/pages-a
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)