Skip to content

Commit

Permalink
Merge pull request #2 from rpitv/fix-missing-build-command-cd
Browse files Browse the repository at this point in the history
  • Loading branch information
robere2 authored Mar 10, 2022
2 parents 4bbd850 + da5ff82 commit e6c31a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
with:
node-version: 16
- run: npm ci
- run: npm run build
- run: npm test

publish-npm:
Expand All @@ -29,6 +28,7 @@ jobs:
node-version: 16
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm run build
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pi-led-control",
"version": "1.0.0",
"version": "1.0.1",
"description": "Control different types of LEDs from your Raspberry Pi.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit e6c31a7

Please sign in to comment.