Skip to content

Commit eaa0f9e

Browse files
committed
fix: build with CircleCI before publish
1 parent 4fc035f commit eaa0f9e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.circleci/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ jobs:
1919
- v1-dependencies-
2020

2121
- run: npm install
22+
23+
- run:
24+
name: Run build
25+
command: npm run build
26+
2227
- run:
2328
name: Run tests
2429
command: npm test

package.json

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

0 commit comments

Comments
 (0)