Skip to content

Commit

Permalink
Merge pull request #58 from EdgePi-Cloud/dev
Browse files Browse the repository at this point in the history
fix build command
  • Loading branch information
bot-edgepi authored Jan 25, 2024
2 parents 0c47d43 + be7df87 commit 9a8d20e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:

- name: Publish Package to npm
run: |
npm ci
npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion branch-name.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version-20240125210411-0233c6f9
version-20240125211342-7382bccc
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@edgepi-cloud/edgepi-rpc",
"version": "1.1.2",
"version": "1.1.3",
"author": "Isaac James",
"main": "./lib/index.js",
"license": "MIT",
Expand Down

0 comments on commit 9a8d20e

Please sign in to comment.