Skip to content

Commit 0918787

Browse files
committed
Prevent change of yarn.lock in ci/cd
1 parent 3107eae commit 0918787

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ cache:
88
- node_modules
99

1010
install:
11-
- yarn install
11+
- yarn install --frozen-lockfile
1212

1313
script:
1414
- yarn build:storybook

0 commit comments

Comments
 (0)