Skip to content

Commit

Permalink
Debug e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
Embraser01 committed Oct 18, 2019
1 parent c40dea6 commit 10bd18c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-angular-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ jobs:
yarn add @yarnpkg/pnpify -D
yarn pnpify ../scripts/e2e-res/angular-patch.js build
yarn pnpify $GITHUB_WORKSPACE/scripts/e2e-res/angular-patch.js build
1 change: 1 addition & 0 deletions scripts/e2e-res/angular-patch.js
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env node
const path = require('path');
const pnpapi = require('pnpapi');
const {setResolveHook, ModuleNotFoundException} = require('@angular-devkit/core/node/resolve');
Expand Down

0 comments on commit 10bd18c

Please sign in to comment.