From 5ca11be4decda2412090ac18dad0c326ec776506 Mon Sep 17 00:00:00 2001 From: Dereck Mezquita Date: Tue, 27 Aug 2024 15:07:17 -0500 Subject: [PATCH] STAT-10: DEV notes. --- DEV.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 DEV.md diff --git a/DEV.md b/DEV.md new file mode 100644 index 0000000..178e075 --- /dev/null +++ b/DEV.md @@ -0,0 +1,14 @@ +# CI/CD + +This package has two workflows with access to GitHub secret token for publishing to npm. + +The package is published on two events: + +1. Push to non-master branch +1. On release + +In order to install the alpha release, you can run: + +```bash +yarn add statscript@0.0.2-dev.0 +```