Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. - run:
  2. name: Build web files
  3. command: API_URL="$(node utils/get-api-url.js)" && npm --prefix skynet/web run build
  4.  
  5. - run:
  6. name: Build web files
  7. command: |
  8. API_URL: $(node utils/get-api-url.js)
  9. eval $(npm --prefix skynet/web run build)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement