You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 1, 2025. It is now read-only.
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