Skip to content

Commit ab69082

Browse files
committed
fix: fix npm publish fix
1 parent b8ef07e commit ab69082

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ notifications:
55
node_js:
66
- '8'
77
before_install: npm install --global greenkeeper-lockfile@1
8-
before_script: npm run build && greenkeeper-lockfile-update
8+
before_script:
9+
- greenkeeper-lockfile-update
10+
- npm run build
911
after_script:
1012
- git diff --color | cat
1113
- greenkeeper-lockfile-upload

0 commit comments

Comments
 (0)