Skip to content

Commit 4b940f2

Browse files
authoredMar 27, 2022
Merge pull request #147 from code-hike/monopackage
Monopackage refactor
2 parents 4d4298e + 13d428f commit 4b940f2

File tree

223 files changed

+12201
-13038
lines changed

Some content is hidden

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

223 files changed

+12201
-13038
lines changed
 

‎.github/workflows/release.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ jobs:
99
if: "!contains(github.event.head_commit.message, 'ci skip') && !contains(github.event.head_commit.message, 'skip ci')"
1010
steps:
1111
- uses: actions/checkout@v2
12-
with:
13-
fetch-depth: 10 # 👈 Required to retrieve git history
1412

1513
- name: Prepare repository
1614
run: git fetch --unshallow --tags
@@ -35,6 +33,7 @@ jobs:
3533
run: |
3634
yarn install --frozen-lockfile 2>&1 | grep -v '^[warning|info]'
3735
yarn build
36+
yarn test
3837
yarn release
3938
# - name: Publish to Chromatic
4039
# uses: chromaui/action@v1

‎.gitignore

+4-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,7 @@ yarn-error.log
99
.vscode
1010
storybook-static
1111
packages/playground/out
12-
packages/starter
12+
packages/starter
13+
14+
# Contentlayer
15+
.contentlayer

0 commit comments

Comments
 (0)