Change the JavaScript package manager from yarn back to npm

This commit is contained in:
Eugen Rochko 2022-03-10 06:50:30 +01:00
parent d7fab238a8
commit 42ba4239b5
5 changed files with 34406 additions and 11546 deletions

View file

@ -66,7 +66,7 @@ jobs:
ruby-version: '3.0'
- node/install-packages:
cache-version: v1
pkg-manager: yarn
pkg-manager: npm
- run:
command: ./bin/rails assets:precompile
name: Precompile assets
@ -202,8 +202,8 @@ workflows:
- node/run:
cache-version: v1
name: test-webui
pkg-manager: yarn
pkg-manager: npm
requires:
- build
version: lts
yarn-run: test:jest
npm-run: test:jest