fdir icon indicating copy to clipboard operation
fdir copied to clipboard

Consider using `pkg.pr.new` for easier testing of development builds

Open SuperchupuDev opened this issue 1 year ago • 0 comments

this would allow anyone to npm i https://pkg.pr.new/fdir@<commit> to test any commit, which can be useful for testing without needing to clone the repo and link it

should be straightforward to enable, here's tinyglobby's workflow file for it: https://github.com/SuperchupuDev/tinyglobby/blob/main/.github/workflows/preview.yml

for more info see https://github.com/stackblitz-labs/pkg.pr.new#setup

SuperchupuDev avatar Sep 29 '24 23:09 SuperchupuDev