Commit Graph

8 Commits

Author SHA1 Message Date
Christopher Allen c521fa9bfa Fix release process
The documented release process is to do npm run recompile, merge the
resulting branch to develop, and then do npm run relase, which does
not do another build.

This process should probably be changed, but for the moment ensure
that npm run recompile (as well as npm run package:beta) runs
buildTasks.checkinBuilt after each .build to preserve the old procedure.
2021-06-23 13:11:29 +01:00
alschmiedt 1208987dbb Update release scripts (#4558) 2021-01-08 11:52:02 -08:00
alschmiedt 5dafd4fba7 Fix update gh pages (#4488) 2020-12-02 16:07:20 -08:00
alschmiedt 32de43098c Update gh pages script (#3925)
* Update script for pushing to github pages

* Remove build github pages
2020-05-29 14:36:04 -07:00
alschmiedt afba82222e Fix recompile script (#3926) 2020-05-29 11:17:16 -07:00
alschmiedt 8ec3a49487 Update build scripts (#3923)
* Update build scripts
2020-05-28 17:10:52 -07:00
alschmiedt 40d39fd0c5 Update gh pages task (#3762)
* Add task for updating github pages from develop
2020-03-23 16:49:03 -07:00
Rachel Fenichel e78a87a1e5 Break gulpfile into multiple subfiles 2020-02-14 13:42:38 -08:00