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
Hotfix/add GitHub action for release (#92)
* hotfix: create npm publish github action
* remove lint-staged as it is merely an impedement
* appease linter
* hotfix: add typecheck to pre-commit
* Hotfix: run npm i and commit package-lock.json
* Hotifx: use internal npm scripts to init publish
* Hotfix: add lint and typecheck action and publish-dry-run action against PRs
* hotfix: use correct build command in publish dry-run
* Hotfix: Ensure build command is run beforehand
* Hotfix: use correct naming for workflow job
* Hotfix: use new version of Node.js in GH Actions
* Hotfix: remove dry run github action
---------
Co-authored-by: Les Moffat <les.moffat@maptiler.com>