We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3495000 + e4dc4dd commit 4ddc369Copy full SHA for 4ddc369
.travis.yml
@@ -33,10 +33,10 @@ install:
33
- curl -o- -L https://yarnpkg.com/install.sh | bash
34
- source ~/.bashrc
35
- npm install -g xvfb-maybe
36
-- pnpm
+- yarn
37
script:
38
#- xvfb-maybe node_modules/.bin/karma start test/unit/karma.conf.js
39
-- pnpm run build
+- yarn run build
40
branches:
41
only:
42
- master
appveyor.yml
@@ -21,15 +21,14 @@ init:
21
22
install:
23
- ps: Install-Product node 20 x64
24
- - npm install pnpm -g
25
- git reset --hard HEAD
26
- - pnpm config set ignore-engines true
27
- - pnpm
+ - yarn config set ignore-engines true
+ - yarn
28
- node --version
29
30
build_script:
31
#- yarn test
32
- - pnpm build
+ - yarn build
test: off
0 commit comments