Moved scripts to script dir

This commit is contained in:
Kasra Bigdeli
2020-06-23 07:08:14 -04:00
parent 48e59ceb89
commit b79aa152ab
3 changed files with 4 additions and 3 deletions

View File

@ -2,7 +2,8 @@
const path = require('path');
const fs = require('fs-extra')
const pathOfPublic = path.join(__dirname, 'public');
const PUBLIC = `public`
const pathOfPublic = path.join(__dirname, '..', PUBLIC);
function copyVersion(version) {