Files
Recoil/scripts/postbuild.js
Dustin Masters 5bc0bea81b Add development build
This should work on Windows too.

Tested with `yarn link` on a local project.
2020-05-17 00:38:11 -04:00

4 lines
85 B
JavaScript

const fs = require('fs');
fs.copyFileSync('./src/npm/index.js', './dist/index.js');