Skip to content

Commit 95ec28f

Browse files
committed
Fix npm publish command
1 parent 047ce29 commit 95ec28f

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.github/workflows/new-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ jobs:
6363
working-directory: './packages/millicast-sdk'
6464
run: |
6565
npm install
66+
npm run build
6667
npm publish --access public
6768
env:
6869
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

packages/millicast-sdk/.npmignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
tests
2+
docs
3+
coverage
4+
node_modules
5+
jest.config.js
6+
jsdoc.json

packages/millicast-sdk/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/millicast-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@millicast/sdk",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "SDK for building a realtime broadcaster using the Millicast platform.",
55
"keywords": [
66
"sdk",

0 commit comments

Comments
 (0)