-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
16,344 additions
and
10,662 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,27 +8,29 @@ jobs: | |
- uses: actions/checkout@v3 | ||
- uses: actions/setup-node@v3 | ||
with: | ||
node-version: 18 | ||
- name: Install yarn | ||
run: npm install -g yarn | ||
node-version: 18 | ||
- name: Run install | ||
uses: borales/actions-yarn@v4 | ||
with: | ||
cmd: install | ||
- name: make sure package.lock does not exist | ||
run: rm -f package-lock.json | ||
- name: Git Check Clean Tree | ||
uses: ArkadiK94/[email protected] | ||
with: | ||
error-reason: "removing package-lock.json file" | ||
error-reason: 'removing package-lock.json file' | ||
- name: Install dependencies | ||
run: yarn | ||
- name: Git Check Clean Tree | ||
uses: ArkadiK94/[email protected] | ||
with: | ||
error-reason: "yarn" | ||
error-reason: 'yarn' | ||
- name: Build | ||
run: yarn build | ||
- name: Git Check Clean Tree | ||
uses: ArkadiK94/[email protected] | ||
with: | ||
error-reason: "yarn build" | ||
error-reason: 'yarn build' | ||
- name: Clean up | ||
if: always() | ||
run: npm uninstall -g yarn | ||
run: npm uninstall -g yarn |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
nodeLinker: node-modules | ||
|
||
yarnPath: .yarn/releases/yarn-4.0.1.cjs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -105,5 +105,6 @@ | |
"prettier": "^2.7.1", | ||
"storybook": "^7.5.3", | ||
"vitest": "^0.34.6" | ||
} | ||
}, | ||
"packageManager": "[email protected]" | ||
} |
Oops, something went wrong.