Move .babelrc to babel.config.json

This commit is contained in:
Sonny Bakker 2024-08-24 16:38:53 +02:00
parent 3152c8f14e
commit c7aa431e4a
4 changed files with 3 additions and 3 deletions

View file

@ -15,6 +15,6 @@ javascript-tests:
stage: test
image: node:lts
before_script:
- npm ci
- npm install
script:
- npm test