Skip to content

Commit 69e689a

Browse files
ci() moving to circleci (wip)
1 parent 6652b55 commit 69e689a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@ jobs:
77
steps:
88
- checkout
99
- run:
10-
name: update-npm
10+
name: Update NPM version
1111
command: 'sudo npm install -g npm@latest'
1212
- restore_cache:
1313
key: dependency-cache-{{ checksum "package.json" }}
1414
- run:
15-
name: install-npm-wee
15+
name: Install dependencies
1616
command: npm install
1717
- save_cache:
1818
key: dependency-cache-{{ checksum "package.json" }}
1919
paths:
2020
- ./node_modules
2121
- run:
22-
name: test
22+
name: Build
2323
command: npm run build:dev
2424
test:
2525
docker:

0 commit comments

Comments
 (0)