Closed jessestorbeck closed 1 year ago
The package.json in an experiment's pushkin-worker doesn't have the files
property yet. So should they add: "files": ["build/*", ".yalc"]
or just "files": [".yalc"]
?
they should probably add: "files": ["build/*", ".yalc"]
Though you should mention that this hasn't been tested yet.
I've made the changes above, and I can probably add the section on local testing with the API, since I'm about to try that myself.
Resolves #227, resolves #28