diff --git a/.cirrus.yml b/.cirrus.yml new file mode 100644 index 0000000..865b8d1 --- /dev/null +++ b/.cirrus.yml @@ -0,0 +1,9 @@ +container: + image: node:latest + +build: + node_modules_cache: + folder: node_modules + fingerprint_script: cat yarn.lock + populate_script: yarn install + script: yarn run build