Improves management of json files
Pull Request Check / testing (pull_request) Successful in 20s
Details
Pull Request Check / testing (pull_request) Successful in 20s
Details
parent
f3f52e77aa
commit
403557b0f8
|
|
@ -38,7 +38,7 @@ function updateManifestFile() {
|
||||||
function buildDB() {
|
function buildDB() {
|
||||||
// Determine which source folders to process
|
// Determine which source folders to process
|
||||||
|
|
||||||
const PACK_SRC = "src/packs/_source"
|
const PACK_SRC = "src/packs/__source"
|
||||||
const PACK_DEST = "dist/packs/"
|
const PACK_DEST = "dist/packs/"
|
||||||
|
|
||||||
return new Promise(async (resolve, reject) => {
|
return new Promise(async (resolve, reject) => {
|
||||||
|
|
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue