We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c86006 commit 42e1c24Copy full SHA for 42e1c24
.circleci/config.yml
@@ -13,7 +13,9 @@ jobs:
13
command: |
14
# No merge marks in commits.
15
! git log --oneline "-G^(<<<<<<<|=======|>>>>>>>)" | grep '^'
16
- - run: meteor npm install --unsafe-perm -g cli-real-favicon
+ - run:
17
+ command: npm install --unsafe-perm cli-real-favicon
18
+ working_directory: /
19
- run: meteor npm install --unsafe-perm
20
- run: xvfb-run -s "-screen 0 1280x1024x24" tests/test-runner/test-all.sh
- - run: real-favicon check-for-update --fail-on-update public/version.json
21
+ - run: /node_modules/.bin/real-favicon check-for-update --fail-on-update public/version.json
0 commit comments