Try to run from node_modules.

This commit is contained in:
Zach Leatherman 2018-01-22 23:54:11 -06:00
parent 641f187bf5
commit 3ebcf43e9f

View File

@ -3,6 +3,6 @@ node_js:
- 8
deploy:
provider: script
script: npx eleventy
script: node ./node_modules/@11ty/eleventy/cmd.js
on:
branch: master