hdresearch / nolita

Work with web-enabled agents quickly — whether running a quick task or bootstrapping a full-stack product.
https://nolita.ai
MIT License
85 stars 5 forks source link

build: deploy alpha builds to npm #49

Closed matildepark closed 3 months ago

matildepark commented 4 months ago

When a commit hits the main branch, we auto-build it and deploy it to the alpha tag on npm.

A user can then run it by hitting npx nolita@alpha.

Alpha versions look like this: nolita@1.2.4-alpha.f748a02.0

That is, it increments the version number a minor step, adds -alpha-, then adds the git hash and .0.

Fixes #47

matildepark commented 4 months ago

(Test here is failing because it can't find Chrome. You might want to try pushing a Mac-specific pnpm-lock here, if it actually differs. Maybe Windows pnpm build is messing up the runner?)