Skip to content

Commit 906bef8

Browse files
committed
refactored to workspaces
1 parent 9c9e88f commit 906bef8

126 files changed

Lines changed: 25103 additions & 455801 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.

.github/workflows/chromatic.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,17 @@ jobs:
2828
with:
2929
fetch-depth: 0
3030
- name: Setup NodeJs
31-
uses: actions/setup-node@v3
31+
uses: actions/setup-node@v4
3232
with:
33-
node-version: 18
33+
node-version: 22
3434
cache: 'npm'
35-
cache-dependency-path: Storybook/package-lock.json
35+
cache-dependency-path: package-lock.json
3636
- name: Install Dependencies
3737
run: npm install
38-
working-directory: './Storybook'
39-
38+
- name: Refresh Types
39+
run: npm run refreshTypes --workspaces --if-present
4040
- name: Publish to Chromatic
41-
uses: chromaui/action@v1
41+
uses: chromaui/action@latest
4242
# Chromatic GitHub Action options
4343
with:
4444
workingDir: './Storybook'

.gitignore

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ out/
33
bin/
44
obj/
55

6-
76
# Mac
8-
.DS_Store/
9-
~/
7+
.DS_Store
8+
~

AutoWidthLabel/auto-width-label.pcfproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
<ProjectGuid>7aa70f5e-c341-4755-a818-9477c1180bf8</ProjectGuid>
1313
<OutputPath>$(MSBuildThisFileDirectory)out\controls</OutputPath>
1414
<PcfBuildMode>production</PcfBuildMode>
15+
<PcfEnableAutoNpmInstall>false</PcfEnableAutoNpmInstall>
1516
</PropertyGroup>
1617

1718
<PropertyGroup>

0 commit comments

Comments
 (0)