Skip to content

jogelin/oao-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

oao-docker

Simple repository to test oao with docker (link to guigrpa/oao#15)

Getting started

$ docker-compose run js-build

With docker, oao command failed if :

  • there are more than one lib
  • if the script called by docker in main package.json :
"scripts": {
    //this will fail
    "_docker": "...&& oao bootstrap -s ./packages/*/"

    //this will fail
    "_docker": "...&& oao bootstrap -s ./packages/*"

    //this will success
    "_docker": "...&& oao bootstrap"

    //this will success
    "_docker": "...&& oao \"bootstrap -s ./packages/*\""
  }

About

Simple test oao with docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published