Skip to content

Commit

Permalink
Fixed broken npm package (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
boonya authored Apr 4, 2020
1 parent bd4ff78 commit b89177e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ jobs:
with:
node-version: 12
- run: npm install
- run: npm run lint:prod
- run: npm test
- run: npm build
- run: npm run build
- uses: JS-DevTools/npm-publish@v1
with:
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": "rtsp-video-recorder",
"version": "1.2.0-alpha.2",
"version": "1.2.0-alpha.3",
"description": "Provide an API to record rtsp video stream to filesystem.",
"main": "dist/recorder.js",
"types": "dist/recorder.d.ts",
Expand Down

0 comments on commit b89177e

Please sign in to comment.