Skip to content

Commit

Permalink
Update to gulp 5 (#8642)
Browse files Browse the repository at this point in the history
* Update to gulp 5

* Run make frontend-tests during CI instead of gulp test

* Build with yarn build to make sure proper gulp version is picked
  • Loading branch information
acelaya committed Apr 2, 2024
1 parent de50cf8 commit 685eeb1
Show file tree
Hide file tree
Showing 4 changed files with 474 additions and 2,047 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ jobs:
run: psql -U postgres -h localhost -p 5432 -c 'CREATE DATABASE h_functests'
- run: python -m pip install 'tox<4'
- run: yarn install --immutable
- run: gulp build
- run: yarn build
- run: tox -e functests
Frontend:
uses: ./.github/workflows/frontend.yml
2 changes: 1 addition & 1 deletion .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
- name: Lint
run: make frontend-lint
- name: Test
run: gulp test
run: make frontend-tests
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
"autoprefixer": "^10.4.19",
"bootstrap": "^4.6.2",
"escape-html": "^1.0.3",
"gulp": "^4.0.0",
"gulp": "^5.0.0",
"gulp-changed": "^5.0.2",
"gulp-cli": "^2.3.0",
"gulp-cli": "^3.0.0",
"gulp-if": "^3.0.0",
"gulp-svgmin": "^4.0.1",
"gulp-svgmin": "^4.1.0",
"jquery": "^3.7.1",
"normalize.css": "^8.0.0",
"popper.js": "^1.16.1",
Expand Down
Loading

0 comments on commit 685eeb1

Please sign in to comment.