Skip to content

Commit e4dc4dd

Browse files
committed
fixed: Restore yarn
1 parent 3495000 commit e4dc4dd

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ install:
3333
- curl -o- -L https://yarnpkg.com/install.sh | bash
3434
- source ~/.bashrc
3535
- npm install -g xvfb-maybe
36-
- pnpm
36+
- yarn
3737
script:
3838
#- xvfb-maybe node_modules/.bin/karma start test/unit/karma.conf.js
39-
- pnpm run build
39+
- yarn run build
4040
branches:
4141
only:
4242
- master

appveyor.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,14 @@ init:
2121

2222
install:
2323
- ps: Install-Product node 20 x64
24-
- npm install pnpm -g
2524
- git reset --hard HEAD
26-
- pnpm config set ignore-engines true
27-
- pnpm
25+
- yarn config set ignore-engines true
26+
- yarn
2827
- node --version
2928

3029
build_script:
3130
#- yarn test
32-
- pnpm build
31+
- yarn build
3332

3433
test: off
3534

0 commit comments

Comments
 (0)