-
Notifications
You must be signed in to change notification settings - Fork 478
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: apply changes after linting [bot]
- Loading branch information
1 parent
1c18170
commit 7decc84
Showing
254 changed files
with
6,650 additions
and
5,617 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 |
---|---|---|
|
@@ -12,19 +12,19 @@ jobs: | |
- uses: taiga-family/ci/actions/setup/[email protected] | ||
- uses: taiga-family/ci/actions/setup/[email protected] | ||
- run: | | ||
# copy design-tokens icons before building | ||
cp -R ./node_modules/@taiga-ui/design-tokens/icons/ ./projects/icons/src | ||
npx prettier ./projects/icons/src --write | ||
git add . | ||
# copy design-tokens icons before building | ||
cp -R ./node_modules/@taiga-ui/design-tokens/icons/ ./projects/icons/src | ||
npx prettier ./projects/icons/src --write | ||
git add . | ||
# copy design-tokens icons before building | ||
npx nx prebuild icons | ||
npx nx build icons | ||
npx ts-node ./scripts/generate-used-icons.ts | ||
npx eslint ./projects/cdk/constants/used-icons.ts --fix || echo "no file matching" | ||
npx eslint ./projects/demo/used-icons.ts --fix || echo "no file matching" | ||
npx prettier ./projects/demo/used-icons.ts --write || echo "no file matching" | ||
npx prettier ./projects/cdk/constants/used-icons.ts --write || echo "no file matching" | ||
# copy design-tokens icons before building | ||
npx nx prebuild icons | ||
npx nx build icons | ||
npx ts-node ./scripts/generate-used-icons.ts | ||
npx eslint ./projects/cdk/constants/used-icons.ts --fix || echo "no file matching" | ||
npx eslint ./projects/demo/used-icons.ts --fix || echo "no file matching" | ||
npx prettier ./projects/demo/used-icons.ts --write || echo "no file matching" | ||
npx prettier ./projects/cdk/constants/used-icons.ts --write || echo "no file matching" | ||
- uses: taiga-family/ci/actions/auto/[email protected] | ||
with: | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.