mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-30 15:22:39 +00:00
Force npm3
This commit is contained in:
parent
9d6db35079
commit
649365f4f6
@ -4,6 +4,8 @@ node_js:
|
|||||||
- "6.9"
|
- "6.9"
|
||||||
- "5.12"
|
- "5.12"
|
||||||
- "4.7"
|
- "4.7"
|
||||||
|
before_install:
|
||||||
|
- if [[ `npm -v` != 3* ]]; then npm i -g npm@3; fi
|
||||||
install:
|
install:
|
||||||
- npm install
|
- npm install
|
||||||
- npm run build
|
- npm run build
|
||||||
|
Loading…
Reference in New Issue
Block a user