0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00

build: force rebuild node-sass after each version switch in circle

This commit is contained in:
Juan Picado @jotadeveloper 2017-07-09 11:09:36 +02:00
parent 2e38c0ebae
commit 5e086d1830
No known key found for this signature in database
GPG key ID: 18AC54485952D158

View file

@ -22,9 +22,12 @@ dependencies:
test:
override:
- nvm alias default 6
- npm rebuild node-sass --force
- yarn run test-travis
- nvm alias default 4
- npm rebuild node-sass --force
- yarn run test-travis
- nvm alias default 8
- npm rebuild node-sass --force
- yarn run test-travis
- yarn run coverage:codecov