Skip to content

jeanbmar/npm-copy-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

npm-copy-test

This repo demonstrates how to use the npm copy command to deploy single apps from a monorepo.

Demo

# pull the repo, then:
npm install
cd packages/app
npx npm copy .deploy # runs local npm
# files are bundled to packages/app/.deploy directory

How to use

  1. Install npm dev branch locally:
{
  "devDependencies": {
    "npm": "everett1992/cli#copy"
  }
}
  1. Use npx to run the copy command from within the project:
npx npm copy .deploy

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published