Skip to content

Commit d33f5f1

Browse files
committed
Fix npm run compile for rollup
1 parent 0821d78 commit d33f5f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@
99
"doc": "doc"
1010
},
1111
"scripts": {
12-
"compile": "npm run cleanup:tsbuild && npm run compile:js && npm run compile:ts && copy-files-from-to && npm run cleanup:tsbuild",
12+
"compile": "npm run cleanup:tsbuild && npm run compile:js && npm run compile:ts && npm run compile:webrtc-sdk && copy-files-from-to && npm run cleanup:tsbuild",
1313
"compile:js": "rollup -c rollup.config.module.cjs && rollup -c rollup.config.browser.cjs ",
1414
"compile:ts": "tsc -p ./tsconfig.json && api-extractor run",
15+
"compile:webrtc-sdk": "npm install --prefix packages/webrtc-sdk && npm run build --prefix packages/webrtc-sdk",
1516
"cleanup:tsbuild": "rimraf ./tsbuild",
1617
"test": "karma start karma.conf.cjs",
1718
"codecov": "codecov"

0 commit comments

Comments
 (0)