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

Commit c50d1d4

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

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.circleci/config.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ 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
6366
- save_cache:
6467
key: parse-commit-message-{{ checksum "shrinkwrap.yaml" }}
6568
paths: node_modules
@@ -106,9 +109,9 @@ jobs:
106109
steps:
107110
- checkout
108111
- *restore_modules_cache
109-
- run:
110-
name: Bundling your awesome project
111-
command: npm run build
112+
- run:
113+
name: Bundling your awesome project
114+
command: npm run build
112115
- run:
113116
name: Releasing and publishing
114117
command: npm run release

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
"xaxa": "^2.0.0"
4747
},
4848
"files": [
49-
"src",
5049
"dist"
5150
],
5251
"main": "dist/cjs/index.js",

0 commit comments

Comments
 (0)