Skip to content

Commit 6c32646

Browse files
committed
other way to link webpack in CI
1 parent 40aac86 commit 6c32646

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ env:
1313
- NO_WATCH_TESTS=1
1414

1515
before_script:
16-
- npm link
17-
- npm link webpack
16+
- npm link ../webpack --force
1817

1918
after_success:
2019
- cat ./coverage/lcov.info | node_modules/.bin/coveralls --verbose

appveyor.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ environment:
1313

1414
install:
1515
- ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version)
16-
- npm link
17-
- npm link webpack
16+
- npm link ../webpack --force
1817
- npm install --msvs_version=2013
1918

2019
build: off

0 commit comments

Comments
 (0)