Skip to content

Commit

Permalink
ci: add a step to install gulp cli in CircleCI deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
floydpink committed Jan 15, 2023
1 parent 5213de1 commit 2ee1275
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ jobs:
- run:
name: install
command: npm install
- run:
name: install gulp
command: npm install -g gulp
- run:
name: test
command: npm run build && npm test
Expand Down

0 comments on commit 2ee1275

Please sign in to comment.