Skip to content

Commit

Permalink
misc(build): use prepack script to build report (#13261)
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjclark committed Oct 27, 2021
1 parent cbdcab1 commit 1d106b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"node": ">=14.15"
},
"scripts": {
"prepack": "yarn build-report --standalone --flow",
"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",
Expand Down

0 comments on commit 1d106b1

Please sign in to comment.