Skip to content

Commit

Permalink
change npm option: -C -> --prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
hong6316 authored Dec 24, 2024
1 parent aba9f37 commit 91ccaf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ install:
- popd
- git clone --branch=develop --depth 1 https://github.com/enactjs/enact ../enact
- pushd ../enact
- npm uninstall @enact/ui-test-utils -C packages/i18n
- npm uninstall @enact/ui-test-utils --prefix packages/i18n
- npm install
- npm run lerna exec -- --ignore enact-sampler --concurrency 1 -- npm --no-package-lock install
- npm run lerna exec -- --ignore enact-sampler --concurrency 1 -- npm --no-package-lock link
Expand Down

0 comments on commit 91ccaf4

Please sign in to comment.