File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 88
88
node-version : " 16.x"
89
89
registry-url : " https://registry.npmjs.org"
90
90
91
+ - name : Build
92
+ uses : ./.github/actions/build
93
+
91
94
- name : Publish on npm
92
95
run : |
93
96
TAG=${{ needs.get_version_tag.outputs.tag }}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @whereby.com/browser-sdk" ,
3
- "version" : " 1.8.0 " ,
3
+ "version" : " 1.8.1 " ,
4
4
"description" : " Configurable web component for embedding Whereby video rooms in web applications" ,
5
5
"author" : " Whereby AS" ,
6
6
"license" : " MIT" ,
13
13
"main" : " dist/lib.cjs.js" ,
14
14
"module" : " dist/lib.esm.js" ,
15
15
"type" : " module" ,
16
+ "files" : [" dist/**/*.js" , " dist/*.d.ts" ],
16
17
"scripts" : {
17
18
"prebuild" : " rimraf dist" ,
18
19
"build" : " rollup -c" ,
You can’t perform that action at this time.
0 commit comments