misc(publish): include the report bundle in npm package (#13349)
This commit is contained in:
Родитель
99bd2fa90a
Коммит
f0178151a8
|
@ -56,6 +56,7 @@ results.html
|
|||
dist/**
|
||||
!dist/report/standalone.js
|
||||
!dist/report/flow.js
|
||||
!dist/report/bundle.esm.js
|
||||
|
||||
# large files
|
||||
changelog.md
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
"node": ">=14.15"
|
||||
},
|
||||
"scripts": {
|
||||
"prepack": "yarn build-report --standalone --flow",
|
||||
"prepack": "yarn build-report --standalone --flow --esm",
|
||||
"build-all": "npm-run-posix-or-windows build-all:task",
|
||||
"build-all:task": "yarn build-report && yarn build-cdt-lib && yarn build-devtools && (yarn build-extension & yarn build-lr & yarn build-viewer & yarn build-treemap & yarn build-smokehouse-bundle & wait) && yarn build-pack",
|
||||
"build-all:task:windows": "yarn build-report && yarn build-cdt-lib && yarn build-extension && yarn build-devtools && yarn build-lr && yarn build-viewer && yarn build-treemap && yarn build-smokehouse-bundle",
|
||||
|
|
Загрузка…
Ссылка в новой задаче