Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
scratch-www
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
scratch-www
Commits
4277567a
Commit
4277567a
authored
Oct 30, 2020
by
BryceLTaylor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
circleci config setup npm cache
parent
beba1638
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
1 deletion
+11
-1
.circleci/config.yml
.circleci/config.yml
+11
-1
No files found.
.circleci/config.yml
View file @
4277567a
...
@@ -8,7 +8,17 @@ aliases:
...
@@ -8,7 +8,17 @@ aliases:
username
:
$DOCKERHUB_USERNAME
username
:
$DOCKERHUB_USERNAME
password
:
$DOCKERHUB_PASSWORD
password
:
$DOCKERHUB_PASSWORD
working_directory
:
~/repo
working_directory
:
~/repo
-
&save_npm_cache
save_cache
:
paths
:
-
node_modules
keys
:
v1-npm-{{ checksum "package-lock.json" }}
-
restore_npm_cache
restore_cache
:
keys
:
-
v1-npm-{{ checksum "package-lock.json" }}
-
v1-npm-
jobs
:
jobs
:
setup
:
setup
:
<<
:
*defaults
<<
:
*defaults
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment