Skip to content

Commit

Permalink
Implementing the new cli
Browse files Browse the repository at this point in the history
The new cli is calling the old cli's library methods. Well, maybe its not really an "old" cli anymore, now is it? it was future-proof from the start. Who knew. I surprise myself.

Minimal work and changes, both exist in harmony!
  • Loading branch information
khalidx committed May 1, 2020
1 parent ff72797 commit 93289b5
Show file tree
Hide file tree
Showing 17 changed files with 732 additions and 87 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ jobs:
with:
node-version: 12
- run: npm ci
- run: ./bin/run --version
- run: ./bin/run --help
- run: npm test
- run: npm run test:library

publish-npm:
needs: build
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ jobs:
- run: ./bin/run --version
- run: ./bin/run --help
- run: npm test
- run: npm run test:library
Loading

0 comments on commit 93289b5

Please sign in to comment.