Skip to content

Commit

Permalink
Merge pull request #9 from christopherwxyz/christopherwxyz-patch-4
Browse files Browse the repository at this point in the history
Update sdf.ts
  • Loading branch information
christopherwxyz committed Nov 29, 2022
2 parents 45d1e7a + 4b289fd commit fea776d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion src/helpers/sdf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 = () => {
Expand Down

0 comments on commit fea776d

Please sign in to comment.