mirror of
https://github.com/zhigang1992/Recoil.git
synced 2026-04-26 05:25:39 +08:00
4 lines
85 B
JavaScript
4 lines
85 B
JavaScript
const fs = require('fs');
|
|
|
|
fs.copyFileSync('./src/npm/index.js', './dist/index.js');
|