Skip to content

Commit

Permalink
Merge pull request #60 from jumpserver/pr@master@fix_restore_yarn
Browse files Browse the repository at this point in the history
fixed: Restore yarn
  • Loading branch information
ZhaoJiSen authored Oct 14, 2024
2 parents 3495000 + e4dc4dd commit 4ddc369
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ install:
- curl -o- -L https://yarnpkg.com/install.sh | bash
- source ~/.bashrc
- npm install -g xvfb-maybe
- pnpm
- yarn
script:
#- xvfb-maybe node_modules/.bin/karma start test/unit/karma.conf.js
- pnpm run build
- yarn run build
branches:
only:
- master
Expand Down
7 changes: 3 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,14 @@ init:

install:
- ps: Install-Product node 20 x64
- npm install pnpm -g
- git reset --hard HEAD
- pnpm config set ignore-engines true
- pnpm
- yarn config set ignore-engines true
- yarn
- node --version

build_script:
#- yarn test
- pnpm build
- yarn build

test: off

Expand Down

0 comments on commit 4ddc369

Please sign in to comment.