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:
parent
2e38c0ebae
commit
5e086d1830
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue