diff --git a/package.json b/package.json index cc06237..902d768 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ssync", - "version": "0.0.16", + "version": "0.0.17", "description": "Sync a NetSuite environment with a local repository.", "main": "./dist/app.js", "scripts": { diff --git a/src/helpers/sdf.ts b/src/helpers/sdf.ts index c66c9bb..9b63dca 100644 --- a/src/helpers/sdf.ts +++ b/src/helpers/sdf.ts @@ -55,7 +55,7 @@ const listFiles = async () => { const importFiles = () => { let singleLine = "'" + cleansedFileOutput.join("' '") + "'"; - runCommand(CLICommand.ImportFiles, `--paths ${singleLine}`); + runCommand(CLICommand.ImportFiles, `--paths ${singleLine} --excludeproperties`); }; const removeFilesAndObjects = () => {