Change the JavaScript package manager from yarn
back to npm
This commit is contained in:
parent
d7fab238a8
commit
42ba4239b5
5 changed files with 34406 additions and 11546 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue