Skip to content

Commit f962290

Browse files
committed
change to be using yarn
1 parent e32ec95 commit f962290

File tree

3 files changed

+796
-10219
lines changed

3 files changed

+796
-10219
lines changed

tests-integrations/config-recommended.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ describe('Integration with "plugin:@intlify/vue-i18n/recommended"', () => {
1212
before(() => {
1313
originalCwd = process.cwd()
1414
process.chdir(TEST_CWD)
15-
cp.execSync('npm i', { stdio: 'inherit' })
15+
cp.execSync('yarn', { stdio: 'inherit' })
1616
})
1717
after(() => {
1818
process.chdir(originalCwd)

0 commit comments

Comments
 (0)