Another try.

This commit is contained in:
Viktor Kovacs 2021-03-27 09:41:59 +01:00
parent 05c29201fc
commit 4c049d3f75

View File

@ -7,10 +7,10 @@ node_js:
- "15" - "15"
install: install:
- alias python=python3
- npm install - npm install
script: script:
- npm run test - npm run test
- alias python=python3
- python -V - python -V
- npm run build - npm run build