We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fc035f commit eaa0f9eCopy full SHA for eaa0f9e
.circleci/config.yml
@@ -19,6 +19,11 @@ jobs:
19
- v1-dependencies-
20
21
- run: npm install
22
+
23
+ - run:
24
+ name: Run build
25
+ command: npm run build
26
27
- run:
28
name: Run tests
29
command: npm test
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "ever-cli",
3
- "version": "0.0.5",
+ "version": "0.0.6",
4
"description": "A command line tool for Ever Platform",
5
"license": "GPL-3.0",
6
"homepage": "https://ever.co",
0 commit comments