Skip to content

Commit

Permalink
Installing all packages
Browse files Browse the repository at this point in the history
  • Loading branch information
cohitre committed Feb 27, 2024
1 parent 00292e7 commit c2a470f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@ jobs:
node-version: 20
cache: 'npm'
- run: npm ci
- run: (cd ./packages/block-avatar;npm ci)
- run: (cd ./packages/block-button;npm ci)
- run: (cd ./packages/block-divider;npm ci)
- run: (cd ./packages/block-heading;npm ci)
- run: (cd ./packages/block-html;npm ci)
- run: (cd ./packages/block-image;npm ci)
- run: (cd ./packages/block-spacer;npm ci)
- run: (cd ./packages/block-text;npm ci)
- run: (cd ./packages/document-core;npm ci)
- run: (cd ./packages/editor-sample;npm ci)
- run: npx eslint .
Expand Down

0 comments on commit c2a470f

Please sign in to comment.