Skip to content

Commit 3aee06b

Browse files
committed
forcing lock file on appveyor
1 parent c08ab9b commit 3aee06b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ platform:
1111

1212
install:
1313
- ps: Install-Product node $env:nodejs_version $env:platform
14-
- yarn
14+
- 'yarn --frozen-lockfile'
1515

1616
test_script:
1717
- node --version
1818
- yarn --version
1919
- yarn run test
2020

21-
build: off
21+
build: off

0 commit comments

Comments
 (0)