isomerpages / isomercms-backend

A static website builder and host for the Singapore Government
5 stars 1 forks source link

ci(ci): add build step #788

Closed seaerchin closed 1 year ago

seaerchin commented 1 year ago

Problem

last time no build step so ts type errors can be ignored if no tests.

Solution

  1. add ci step for build
    • not doing lint -> build -> test but lint -> test and lint -> build because it's faster + we can test w/ failing builds if the tests don't touch the files that hte build fails on