Skip to content
This repository was archived by the owner on Feb 21, 2020. It is now read-only.

Commit e6e4d60

Browse files
author
Charlike Mike Reagent
committed
fix: circleci handling
Signed-off-by: Charlike Mike Reagent <olsten.larck@gmail.com>
1 parent 0dd4cf9 commit e6e4d60

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,6 @@ jobtest: &jobtest
6060
- run:
6161
name: Testing your project
6262
command: npm test
63-
- run:
64-
name: Bundling your awesome project
65-
command: npm run build
6663
- save_cache:
6764
key: parse-commit-message-{{ checksum "shrinkwrap.yaml" }}
6865
paths: node_modules
@@ -109,6 +106,9 @@ jobs:
109106
steps:
110107
- checkout
111108
- *restore_modules_cache
109+
- run:
110+
name: Bundling your awesome project
111+
command: npm run build
112112
- run:
113113
name: Releasing and publishing
114114
command: npm run release

0 commit comments

Comments
 (0)