Skip to content

Commit

Permalink
Fix SDK Version and Build before running the test
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan authored and Juan committed Nov 3, 2021
1 parent 16e57ce commit 4546007
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
- run:
name: Install dependencies
command: npm install
- run:
name: Build Project
command: npm run build
- run:
name: Run Tests
command: npm run test
Expand Down
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "route4me-node",
"version": "0.2.4",
"version": "1.0.2",
"description": "Access Route4Me's logistics-as-a-service API using our Node.js SDK",
"main": "./dist/",
"browser": "./dist/browser/route4me.js",
Expand Down Expand Up @@ -41,6 +41,10 @@
"name": "Igor S.",
"email": "[email protected]"
},
{
"name": "Juan",
"email": "[email protected]"
},
{
"name": "Dan Khasis",
"email": "[email protected]"
Expand Down

0 comments on commit 4546007

Please sign in to comment.