Skip to content

Commit

Permalink
Copy patch file into root directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Embraser01 committed Oct 18, 2019
1 parent 6a6c2ba commit cd52d5b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/e2e-angular-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
ng new berry-angular --interactive=false
cd berry-angular
cp $GITHUB_WORKSPACE/scripts/e2e-res/angular-patch.js angular-patch.js
yarn add @yarnpkg/pnpify @angular-devkit/core @babel/preset-env @babel/core -D
yarn pnpify $GITHUB_WORKSPACE/scripts/e2e-res/angular-patch.js build
yarn pnpify ./angular-patch.js build

0 comments on commit cd52d5b

Please sign in to comment.