We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c958add commit 4fc035fCopy full SHA for 4fc035f
.circleci/config.yml
@@ -30,7 +30,10 @@ jobs:
30
31
- persist_to_workspace:
32
root: ~/repo
33
- paths: .
+ paths:
34
+ - .
35
+ - dist
36
+
37
deploy:
38
<<: *defaults
39
steps:
.npmignore
@@ -1,2 +1,3 @@
1
src
2
-dist/main.js.map
+dist/main.js.map
3
+.circleci/config.yml
package.json
@@ -1,6 +1,6 @@
{
"name": "ever-cli",
- "version": "0.0.4",
+ "version": "0.0.5",
4
"description": "A command line tool for Ever Platform",
5
"license": "GPL-3.0",
6
"homepage": "https://ever.co",
0 commit comments