We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fef62db commit 2f54646Copy full SHA for 2f54646
.travis.yml
@@ -5,7 +5,6 @@ sudo: required
5
6
install:
7
- npm run bootstrap
8
- - npm i -g yarn
9
script:
10
- npm run build
11
- npm run test:ci
infra/e2e.ts
@@ -2,7 +2,7 @@ import { execSync } from 'child_process';
2
import { readFileSync } from 'fs';
3
4
const enterTest = 'cd packages/guess-webpack/test/fixtures/angular';
-console.log(execSync(`${enterTest} && yarn`).toString());
+console.log(execSync(`${enterTest} && npm i`).toString());
console.log(execSync(
`${enterTest} && ./node_modules/.bin/ng build --extra-webpack-config webpack.extra.js`
).toString());
0 commit comments