Skip to content

Commit

Permalink
forcing lock file on appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverryan committed May 6, 2020
1 parent c08ab9b commit 3aee06b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ platform:

install:
- ps: Install-Product node $env:nodejs_version $env:platform
- yarn
- 'yarn --frozen-lockfile'

test_script:
- node --version
- yarn --version
- yarn run test

build: off
build: off

0 comments on commit 3aee06b

Please sign in to comment.