Skip to content

Commit 4fc035f

Browse files
committed
fix: include 'dist' folder in package output
1 parent c958add commit 4fc035f

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.circleci/config.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,10 @@ jobs:
3030

3131
- persist_to_workspace:
3232
root: ~/repo
33-
paths: .
33+
paths:
34+
- .
35+
- dist
36+
3437
deploy:
3538
<<: *defaults
3639
steps:

.npmignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
src
2-
dist/main.js.map
2+
dist/main.js.map
3+
.circleci/config.yml

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ever-cli",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"description": "A command line tool for Ever Platform",
55
"license": "GPL-3.0",
66
"homepage": "https://ever.co",

0 commit comments

Comments
 (0)