We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6652b55 commit 69e689aCopy full SHA for 69e689a
1 file changed
.circleci/config.yml
@@ -7,19 +7,19 @@ jobs:
7
steps:
8
- checkout
9
- run:
10
- name: update-npm
+ name: Update NPM version
11
command: 'sudo npm install -g npm@latest'
12
- restore_cache:
13
key: dependency-cache-{{ checksum "package.json" }}
14
15
- name: install-npm-wee
+ name: Install dependencies
16
command: npm install
17
- save_cache:
18
19
paths:
20
- ./node_modules
21
22
- name: test
+ name: Build
23
command: npm run build:dev
24
test:
25
docker:
0 commit comments