Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(package): remove
postinstall
script, relax engine constraints (#81
) This PR: - Removes `postinstall` npm script. I was thinking about `prepare`, but for some reason added `postinstall`. Anyway, both are meh, so ended up with manual `npm run install:all` command. - Adds `install:all` npm script to install dependencies for the package itself, as well as for **docs** and **benchmarks** to avoid issues when contributing. Also there's a short explanation in README now. - Relaxes engine (node) constraints a bit: from `>=18.16.0 <=20` to `>=18 to <=20`. Resolves #80
- Loading branch information
52dc1e4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
sigma – ./
sigma-norskeld.vercel.app
sigma-git-master-norskeld.vercel.app
sigma-pearl.vercel.app
sigma.vm.codes