bruno: postBuild -> buildPhase
This commit is contained in:
parent
cc0b65fb04
commit
01310793c8
@ -86,8 +86,9 @@ buildNpmPackage rec {
|
||||
npm rebuild
|
||||
'';
|
||||
|
||||
dontNpmBuild = true;
|
||||
postBuild = ''
|
||||
buildPhase = ''
|
||||
runHook preBuild
|
||||
|
||||
npm run build --workspace=packages/bruno-common
|
||||
npm run build --workspace=packages/bruno-graphql-docs
|
||||
npm run build --workspace=packages/bruno-app
|
||||
@ -127,6 +128,8 @@ buildNpmPackage rec {
|
||||
}
|
||||
|
||||
popd
|
||||
|
||||
runHook postBuild
|
||||
'';
|
||||
|
||||
npmPackFlags = [ "--ignore-scripts" ];
|
||||
|
Loading…
Reference in New Issue
Block a user