diff options
Diffstat (limited to 'scripts/validate_json.js')
| -rw-r--r-- | scripts/validate_json.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/validate_json.js b/scripts/validate_json.js index 51efc52..3cd5071 100644 --- a/scripts/validate_json.js +++ b/scripts/validate_json.js @@ -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 |
