Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabhpoddar authored Nov 23, 2023
1 parent 80ad365 commit 9c4c672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,4 +122,4 @@ You can now access the production build of the dashboard on `http://localhost:30
- Dashboard changes that involve adding new features and do not require backend SDK changes will increment the Z version
- UI changes that modify existing features or are fixes or enhancements increment the Z version
- X version changes should be reserved for overhauls of the entire dashboard
- After making a change, if it is important for the changes to reflect immediately for a patch release you can use https://purge.jsdelivr.net/gh/supertokens/[email protected]/build/static/js/bundle.js to purge jsdelivr cache. Make sure to change `X.Y` with the version you want to purge the cache for.
- After making a change, if it is important for the changes to reflect immediately for a patch release you can use https://purge.jsdelivr.net/gh/supertokens/[email protected]/build/static/js/bundle.js to purge jsdelivr cache. Make sure to change `X.Y` with the version you want to purge the cache for. Also, send a GET request to https://purge.jsdelivr.net/gh/supertokens/[email protected]/build/static/css/main.css

0 comments on commit 9c4c672

Please sign in to comment.