💚 Fixing CI Build

This commit is contained in:
Liyas Thomas
2020-01-25 07:00:07 +05:30
parent bbaa48c1ec
commit 54e4dbc4ac
2 changed files with 21 additions and 19 deletions

View File

@@ -53,7 +53,7 @@ try {
// Write version data into a file
fs.writeFileSync(
PW_BUILD_DATA_DIR + "/version.json",
`${PW_BUILD_DATA_DIR}/version.json`,
JSON.stringify(version)
);
})();