Skip to content
This repository was archived by the owner on Aug 1, 2025. It is now read-only.

Publishing to NPM

BrandonKlotz edited this page Feb 11, 2021 · 1 revision

Publishing Package

cd next-image-trace-loader/
yarn run build
npm version
npm publish
# update README.md with latest package version

cd example/
# update package version once the package is on npm
# verify everything is working as expected

cd ..
git add .
git commit -m "Amazing updates"
git push

git push --tags # if stable release
Clone this wiki locally