Commit e4dc4dd 1 parent 3495000 commit e4dc4dd Copy full SHA for e4dc4dd
File tree 2 files changed +5
-6
lines changed
2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -33,10 +33,10 @@ install:
33
33
- curl -o- -L https://yarnpkg.com/install.sh | bash
34
34
- source ~/.bashrc
35
35
- npm install -g xvfb-maybe
36
- - pnpm
36
+ - yarn
37
37
script :
38
38
# - xvfb-maybe node_modules/.bin/karma start test/unit/karma.conf.js
39
- - pnpm run build
39
+ - yarn run build
40
40
branches :
41
41
only :
42
42
- master
Original file line number Diff line number Diff line change @@ -21,15 +21,14 @@ init:
21
21
22
22
install :
23
23
- ps : Install-Product node 20 x64
24
- - npm install pnpm -g
25
24
- git reset --hard HEAD
26
- - pnpm config set ignore-engines true
27
- - pnpm
25
+ - yarn config set ignore-engines true
26
+ - yarn
28
27
- node --version
29
28
30
29
build_script :
31
30
# - yarn test
32
- - pnpm build
31
+ - yarn build
33
32
34
33
test : off
35
34
You can’t perform that action at this time.
0 commit comments