tried to fix setting of PATH

This commit is contained in:
Manuel Friedli 2016-06-26 22:44:26 +02:00
parent 306b54c3e9
commit 574d3ad271

View file

@ -1,5 +1,5 @@
variables: variables:
PATH: "node_modules/.bin:$PATH" PATH: "$PATH:node_modules/.bin"
stages: stages:
- build - build