Skip to content

Commit 239d583

Browse files
authored
Merge pull request #1 from dev-five-git/main
sync
2 parents 4b37767 + ceab704 commit 239d583

733 files changed

Lines changed: 41644 additions & 8771 deletions

File tree

Some content is hidden

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

.changeset/config.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"ignore": [
1111
"*-example",
1212
"*-benchmark",
13-
"landing"
13+
"landing",
14+
"@devup-ui/components"
1415
]
15-
}
16+
}

.df/devup-ui.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/publish.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,10 @@ jobs:
4242
pnpm lint
4343
pnpm test
4444
- name: Build Landing
45-
run: pnpm -F landing build
46-
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
45+
run: |
46+
pnpm -F components build-storybook
47+
mv ./packages/components/storybook-static ./apps/landing/public/storybook
48+
pnpm -F landing build
4749
- name: Upload artifact
4850
uses: actions/upload-pages-artifact@v3
4951
with:

.gitignore

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
.idea
2+
cobertura.xml
23
build
34
dist
45
node_modules
56
target
67
*.*.timestamp-*
78
coverage
8-
.df
99
build_rs_cov.profraw
1010
tsconfig.tsbuildinfo
1111
codecov
1212
codecov.*
1313
codecov.*.*
14+
lcov.info
15+
tarpaulin-report.html
16+
tarpaulin-report.json
17+
*storybook.log
18+
storybook-static

0 commit comments

Comments
 (0)