Skip to content

Commit

Permalink
いらない
Browse files Browse the repository at this point in the history
  • Loading branch information
fsubal committed Oct 15, 2023
1 parent f2ec642 commit 3fee772
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,6 @@ jobs:
- run: npx run-s --print-label build:* 2> $GITHUB_WORKSPACE/build.stderr.log
- run: npx run-s --print-label test:* 2> $GITHUB_WORKSPACE/test.stderr.log

- run: |
npx sass src/第8章_Tailwind_CSSを既存のプロジェクトに導入する/sass/ok.scss
! npx sass src/第8章_Tailwind_CSSを既存のプロジェクトに導入する/sass/ng.scss
npx lessc src/第8章_Tailwind_CSSを既存のプロジェクトに導入する/less/ok.less
! npx lessc src/第8章_Tailwind_CSSを既存のプロジェクトに導入する/less/ng.less
npx stylus src/第8章_Tailwind_CSSを既存のプロジェクトに導入する/sass/ok.styl
! npx stylus src/第8章_Tailwind_CSSを既存のプロジェクトに導入する/sass/ng.styl
- run: |
if grep "warn" $GITHUB_WORKSPACE/*.log; then
echo 'Looks like tailwind build has unexpected warnings'
Expand Down

0 comments on commit 3fee772

Please sign in to comment.