Skip to content

The source code of all Polyflix dependencies.

License

Notifications You must be signed in to change notification settings

polyflix/dependencies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Manual publish to npmjs registry

cd into the package directory.

Then you need to login to npmjs registry with npm login. Becareful with npmrc config between npm and nvm, it may cause some problems.

Is the version in package.json correct?

Then to publish the package, run:

npm ci
npm run build
npm publish --access public