Commit graph

5 commits

Author SHA1 Message Date
e319626a1a chore: replace eslint & prettier w/ biomejs (#21)
* chore: replace eslint & prettier w/ biomejs

* fix syntax error in ci.yml workflow

* ensure that build CI jobs only run if check job succeeds to save resources
2024-07-15 08:36:52 -07:00
45d96fae9f chore: update * pin prettier version & format code 2021-01-02 13:40:18 -08:00
d105e364cc chore: rename temp dir for clarity 2020-06-10 18:16:19 -07:00
d9bd3b791f test: cross platform
test: add osx and windows to test platforms in travis
2020-06-10 17:11:10 -07:00
1dd30984d4 fix: dont require config file
Fixes a couple of issues with config files in websnacks projects.

First, config files are no longer required and the dev and build
commands will no longer error out if a websnacks.ts/js file doesn't
exist.

Second, all optional user config params are now actually optional -
before some parameters were assumed to exist and would error out if not
present (e.g. the "watch" parameter).

Finally, e2e tests were added to prevent regressions on these issues
and test helpers were extracted to a separate file.
2020-06-10 12:39:54 -07:00