Skip to content

Commit

Permalink
feat: Simplify CI
Browse files Browse the repository at this point in the history
  • Loading branch information
JF-Cozy committed Aug 12, 2024
1 parent 699ac15 commit 4c4badd
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,8 @@ jobs:
run: yarn install --frozen-lockfile
- name: Lint
run: yarn lint
- name: Generate Sprite and Palette
run: yarn makeSpriteAndPalette
- name: Build JS
run: yarn build
- name: Build CSS
run: yarn build:css:all
- name: Build docs
run: |
yarn build:doc:react
yarn build:doc:kss
- name: Build JS/CSS/DOCS
run: yarn build:all
- name: Tests without snapshots
run: yarn test:noSnapshots
- name: Tests snapshots
Expand Down

0 comments on commit 4c4badd

Please sign in to comment.