Moved scripts to script dir
This commit is contained in:
@ -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) {
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
const fs = require('fs-extra')
|
||||
|
||||
const PUBLIC = `public`
|
||||
const pathOfPublic = path.join(__dirname, PUBLIC);
|
||||
const pathOfPublic = path.join(__dirname, '..', PUBLIC);
|
||||
|
||||
|
||||
// validating version 2
|
||||
|
||||
Reference in New Issue
Block a user