Skip to content

Commit

Permalink
HTTP read only endpoints (#3)
Browse files Browse the repository at this point in the history
* updates core-js version

* adds HTTP readonly endpoints

* updates worker account creation flow
  • Loading branch information
koshikraj authored Oct 19, 2021
1 parent 39d7cf3 commit 03317f5
Show file tree
Hide file tree
Showing 11 changed files with 58,269 additions and 97 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
name: Safient Core CD

on:
# Trigger only for the master branch and on release
push:
branches:
- main
# Trigger only for a release
release:
types: [created]

Expand Down
2 changes: 1 addition & 1 deletion bin/safient
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env node

require('../dist/index')
require('../dist/index').cli()
Loading

0 comments on commit 03317f5

Please sign in to comment.