tried to fix setting of PATH
This commit is contained in:
parent
306b54c3e9
commit
574d3ad271
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
variables:
|
variables:
|
||||||
PATH: "node_modules/.bin:$PATH"
|
PATH: "$PATH:node_modules/.bin"
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- build
|
- build
|
||||||
|
|
Loading…
Reference in a new issue