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 d5406f3 commit 9ca3b38Copy full SHA for 9ca3b38
circle.yml
@@ -42,6 +42,11 @@ jobs:
42
- image: node:8.11.3-alpine
43
steps:
44
- checkout
45
+ - run: apk --no-cache add ca-certificates
46
+ - restore_cache:
47
+ keys:
48
+ - npm-deps-{{ checksum "package.json" }}
49
+ - run: apk --no-cache add git python build-base openssh
50
# Publish to NPM
51
- run: npm install -g npm-cli-login
52
- run: npm-cli-login -u $NPM_USERNAME -p $NPM_PASSWORD -e $NPM_EMAIL
0 commit comments